Remove unused git aliases
This commit is contained in:
parent
725f951283
commit
0c33bd935c
1 changed files with 1 additions and 6 deletions
|
@ -14,11 +14,8 @@
|
||||||
[alias]
|
[alias]
|
||||||
dc = diff --staged
|
dc = diff --staged
|
||||||
di = diff
|
di = diff
|
||||||
amend = commit --amend
|
|
||||||
aa = add --all
|
|
||||||
ff = merge --ff-only
|
|
||||||
noff = merge --no-ff
|
|
||||||
pf = pull --ff-only
|
pf = pull --ff-only
|
||||||
|
pr = pull --rebase
|
||||||
fa = fetch --all
|
fa = fetch --all
|
||||||
st = status
|
st = status
|
||||||
ci = commit --verbose
|
ci = commit --verbose
|
||||||
|
@ -28,8 +25,6 @@
|
||||||
cl = clone
|
cl = clone
|
||||||
ll = !max-git-log
|
ll = !max-git-log
|
||||||
uu = !max-set-upstream
|
uu = !max-set-upstream
|
||||||
whodunnit = blame
|
|
||||||
peek = log -1
|
|
||||||
wip = commit -m 'wip' --no-verify
|
wip = commit -m 'wip' --no-verify
|
||||||
unwip = reset --soft HEAD~1
|
unwip = reset --soft HEAD~1
|
||||||
s = switch
|
s = switch
|
||||||
|
|
Loading…
Add table
Reference in a new issue