Remove git aliases I no longer use
This commit is contained in:
parent
f20cf89ca3
commit
c5ee1f39df
1 changed files with 0 additions and 5 deletions
|
@ -11,14 +11,9 @@
|
||||||
[guitool "Rebase"]
|
[guitool "Rebase"]
|
||||||
cmd = rebase
|
cmd = rebase
|
||||||
[alias]
|
[alias]
|
||||||
ci = commit
|
|
||||||
co = checkout
|
|
||||||
ff = merge --ff-only
|
|
||||||
graph = log --graph --oneline --all
|
graph = log --graph --oneline --all
|
||||||
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
|
||||||
unstage = reset HEAD --
|
|
||||||
up = pull --rebase
|
|
||||||
[include]
|
[include]
|
||||||
path = .gitconfig.local
|
path = .gitconfig.local
|
||||||
|
|
Loading…
Add table
Reference in a new issue