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"]
|
||||
cmd = rebase
|
||||
[alias]
|
||||
ci = commit
|
||||
co = checkout
|
||||
ff = merge --ff-only
|
||||
graph = log --graph --oneline --all
|
||||
l1 = log --pretty=oneline
|
||||
last = log -1 HEAD --pretty=fuller
|
||||
lastmail = format-patch --stdout -1 HEAD
|
||||
unstage = reset HEAD --
|
||||
up = pull --rebase
|
||||
[include]
|
||||
path = .gitconfig.local
|
||||
|
|
Loading…
Reference in a new issue