From c10ac37fffeb2d6847f0232630de9527568646e7 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 11 Nov 2016 15:44:55 -0800 Subject: [PATCH] [git] remove diff-so-fancy, add stash aliases --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 6d02aca..f7a2618 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,7 +8,6 @@ safecrlf = true excludesfile = /Users/alpha/.gitignore quotepath = false - pager = diff-so-fancy | less --tabs=4 -RFX sparecheckout = true [alias] g = grep --break --heading --line-number @@ -19,6 +18,8 @@ latest = for-each-ref --count=20 --sort=-committerdate --format='%(committerdate:short) %(refname:short)' root = !pwd push-f = push --force-with-lease + stsh = stash --keep-index + staash = stash --include-untracked [difftool] prompt = false [difftool "sourcetree"]