Skip to content

Commit

Permalink
fix(git): removed split protcol for gitlab hostname, was casing issues
Browse files Browse the repository at this point in the history
Signed-off-by: Calvin Taylor <[email protected]>
  • Loading branch information
kolvin committed Sep 7, 2022
1 parent bbc9bd1 commit db16541
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dot_gitconfig.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@
pushInsteadOf = "https://github.com/"
pushInsteadOf = "[email protected]:"

## GitLab
[url "https://gitlab.com/"]
insteadOf = "[email protected]:"
[url "[email protected]:"]
pushInsteadOf = "https://gitlab.com/"
pushInsteadOf = "[email protected]:"

[branch "master"]
remote = origin
merge = refs/heads/master
Expand Down

0 comments on commit db16541

Please sign in to comment.