Remove all but one git alias
so that my hands can learn git again dagnabbit
This commit is contained in:
parent
b172a10a1f
commit
966178503e
41
gitconfig
41
gitconfig
@ -51,48 +51,7 @@
|
||||
untracked = cyan
|
||||
|
||||
[alias]
|
||||
a = add
|
||||
ad = add
|
||||
addd = add
|
||||
br = branch
|
||||
bra = branch -a
|
||||
brr = branch -r
|
||||
ci = commit
|
||||
co = checkout
|
||||
d = diff
|
||||
dc = diff --cached
|
||||
di = diff
|
||||
dif = diff
|
||||
l = ls-files
|
||||
ls = ls-files
|
||||
nuke = clean -dfx
|
||||
pr = pull --rebase
|
||||
s = status --short
|
||||
st = status
|
||||
sta = stash
|
||||
stcq = diff --cached --name-only
|
||||
stq = diff --name-only
|
||||
t = tag
|
||||
ta = tag
|
||||
tags = tag
|
||||
|
||||
slog = log git-svn..
|
||||
sup = svn fetch --all
|
||||
spush = svn dcommit
|
||||
srb = rebase git-svn
|
||||
|
||||
rpo = remote prune origin
|
||||
|
||||
cm = checkout master
|
||||
lm = log master..
|
||||
|
||||
rt = rebase trunk
|
||||
lt = log trunk..
|
||||
ct = checkout svn/trunk
|
||||
|
||||
logv = log --name-status
|
||||
hug = blame
|
||||
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
|
||||
[commit]
|
||||
template = ~/.gittemplate
|
||||
|
Loading…
Reference in New Issue
Block a user