Updating git aliases, removing fugitive shortcuts

Also updating prompt symbols
This commit is contained in:
Nick Nisi
2012-11-07 10:38:28 -06:00
parent 1468f9d974
commit ea11c7db9b
4 changed files with 10 additions and 12 deletions

View File

@@ -27,6 +27,12 @@
si = submodule init
su = submodule update
# show number of commits per contributer, sorted
count = shortlog -sn
undo = reset --soft HEAD~1
amend = git commit --amend -C HEAD
# grep commands
# 'diff grep'