diff options
| author | 2022-09-14 10:49:12 -0400 | |
|---|---|---|
| committer | 2022-09-14 10:49:12 -0400 | |
| commit | be81260cd3b8cb847ed3741e0ddd7cad3d7c884c (patch) | |
| tree | 3c7412a47f6842583bb99feb3177c34767d84ba7 | |
| parent | git: tabify config (diff) | |
git: update config
| -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:" |
