Compare commits
3 commits
c55708ab54
...
708d60bcc6
Author | SHA1 | Date | |
---|---|---|---|
Bruno BELANYI | 708d60bcc6 | ||
Bruno BELANYI | 5e438f9e77 | ||
Bruno BELANYI | 9e33f4ca82 |
|
@ -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…
Reference in a new issue