Updating some stuff [lazy commit]

This commit is contained in:
Nick Nisi
2012-12-20 10:14:11 -06:00
parent 5cc67b2273
commit 2213b78583
2 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,8 @@
gdc = diff --cached
# show changed files for a commit
cf = show --pretty="format:" --name-only
# undo a commit
undo = reset --soft
# stash shortcuts
sp = stash pop
@@ -82,3 +84,5 @@
[core]
excludesfile = ~/.gitignore_global
pager = less -FXRS -x2
[rerere]
enabled = true