diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/git/config | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dot_config/git/config b/dot_config/git/config index 277838b..5f7a44b 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -42,6 +42,7 @@ rebase = true [push] default = simple + autoSetupRemote = true [rebase] autoSquash = true [sendemail] @@ -63,9 +64,6 @@ [url "https://github.com/"] insteadOf = "gh:" -[url "git@gitlab.com:SpaceToast/"] - insteadOf = "lst:" - [url "https://gitlab.com/"] insteadOf = "gl:" |
