Add git shortcuts to gitconfig

main
Buddy Sandidge 10 years ago
parent 94d4262736
commit 44a50ee4ec

@ -9,14 +9,21 @@
ui = auto ui = auto
[user] [user]
name = Buddy Sandidge name = Buddy Sandidge
email = buddysandidge@gmail.com email = buddy.sandidge@gmail.com
[alias] [alias]
br = branch br = branch
ci = commit ci = commit
co = checkout co = checkout
cp = cherry-pick cp = cherry-pick
df = diff df = diff --ignore-space-change
dfw = diff --ignore-space-change --color-words
dfc = diff --ignore-space-change --cached
dfcw = diff --ignore-space-change --color-words --cached
dmw = diff --ignore-space-change --color-words master
dmn = diff master --name-only
st = status -sb st = status -sb
dm = diff master
dmcw = diff master --color-words
p = !git fetch --all && git fetch --tags && git pull && git submodule update p = !git fetch --all && git fetch --tags && git pull && git submodule update
sup = submodule update sup = submodule update
com = checkout master com = checkout master

Loading…
Cancel
Save