git: remove aliases I never use
This commit is contained in:
parent
98d82fc976
commit
edb6806c63
1 changed files with 0 additions and 13 deletions
|
@ -20,29 +20,16 @@
|
||||||
# violet bold magenta
|
# violet bold magenta
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
a = add
|
|
||||||
aa = add --all
|
|
||||||
b = branch
|
|
||||||
ba = branch --all
|
|
||||||
bav = branch --all --verbose
|
|
||||||
bd = branch --delete
|
|
||||||
cm = commit --verbose
|
cm = commit --verbose
|
||||||
co = checkout
|
co = checkout
|
||||||
cob = checkout -b
|
|
||||||
d = diff
|
|
||||||
dc = diff --cached
|
|
||||||
dt = difftool
|
|
||||||
ff = merge --ff-only
|
|
||||||
l = log --graph --format='%C(auto)%h%d %s %C(cyan)%ar'
|
l = log --graph --format='%C(auto)%h%d %s %C(cyan)%ar'
|
||||||
ln = log --graph --format='%C(auto)%h%d %s %C(cyan)%ar %C(auto)by %C(bold magenta)%an <%ae>'
|
ln = log --graph --format='%C(auto)%h%d %s %C(cyan)%ar %C(auto)by %C(bold magenta)%an <%ae>'
|
||||||
la = log --graph --format='%C(auto)%h%d %s %C(cyan)%ar' --all
|
la = log --graph --format='%C(auto)%h%d %s %C(cyan)%ar' --all
|
||||||
lna = log --graph --format='%C(auto)%h%d %s %C(cyan)%ar %C(auto)by %C(bold magenta)%an <%ae>' --all
|
lna = log --graph --format='%C(auto)%h%d %s %C(cyan)%ar %C(auto)by %C(bold magenta)%an <%ae>' --all
|
||||||
ll = log --graph --decorate --stat
|
ll = log --graph --decorate --stat
|
||||||
lla = log --graph --decorate --stat --all
|
lla = log --graph --decorate --stat --all
|
||||||
pom = push origin master
|
|
||||||
s = status --short
|
s = status --short
|
||||||
ss = status
|
ss = status
|
||||||
sub = submodule
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.config/git/ignore
|
excludesfile = ~/.config/git/ignore
|
||||||
|
|
Loading…
Add table
Reference in a new issue