Add git URL shortcuts
This commit is contained in:
parent
c192f461c5
commit
72837fb596
1 changed files with 4 additions and 0 deletions
|
@ -15,5 +15,9 @@
|
||||||
l1 = log --pretty=oneline
|
l1 = log --pretty=oneline
|
||||||
last = log -1 HEAD --pretty=fuller
|
last = log -1 HEAD --pretty=fuller
|
||||||
lastmail = format-patch --stdout -1 HEAD
|
lastmail = format-patch --stdout -1 HEAD
|
||||||
|
[url "git@acperkins.com:acp/"]
|
||||||
|
insteadOf = acp:
|
||||||
|
[url "git@github.com:acperkins/"]
|
||||||
|
insteadOf = gh:
|
||||||
[include]
|
[include]
|
||||||
path = .gitconfig.local
|
path = .gitconfig.local
|
||||||
|
|
Loading…
Reference in a new issue