Compare commits
3 commits
c55708ab54
...
708d60bcc6
| Author | SHA1 | Date | |
|---|---|---|---|
| 708d60bcc6 | |||
| 5e438f9e77 | |||
| 9e33f4ca82 |
1 changed files with 14 additions and 0 deletions
|
|
@ -124,6 +124,20 @@ in
|
|||
autoSquash = true;
|
||||
autoStash = true;
|
||||
};
|
||||
|
||||
url = {
|
||||
"git@gitea.belanyi.fr:" = {
|
||||
insteadOf = "https://gitea.belanyi.fr/";
|
||||
};
|
||||
|
||||
"git@github.com:" = {
|
||||
insteadOf = "https://github.com/";
|
||||
};
|
||||
|
||||
"git@gitlab.com:" = {
|
||||
insteadOf = "https://gitlab.com/";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
# Multiple identities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue