chore: remove unused alias from git
This commit is contained in:
@@ -6,21 +6,15 @@
|
|||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
aa = add .
|
aa = add .
|
||||||
b = branch
|
|
||||||
bl = blame
|
bl = blame
|
||||||
c = commit -v
|
c = commit -v
|
||||||
ca = commit -v --amend
|
ca = commit -v --amend
|
||||||
cm = commit -v -m
|
|
||||||
co = checkout
|
co = checkout
|
||||||
cp = cherry-pick
|
cp = cherry-pick
|
||||||
d = diff
|
|
||||||
nuke = clean -df
|
nuke = clean -df
|
||||||
lg = log --oneline --decorate --graph
|
lg = log --oneline --decorate --graph
|
||||||
lgp = lg -p
|
|
||||||
pl = pull --rebase
|
pl = pull --rebase
|
||||||
ps = push
|
ps = push
|
||||||
r = rebase
|
|
||||||
rh = reset HEAD
|
|
||||||
sh = show
|
sh = show
|
||||||
st = status -s
|
st = status -s
|
||||||
wt = worktree
|
wt = worktree
|
||||||
|
|||||||
Reference in New Issue
Block a user