From eb9215ec7d8c2f951b4c0c83e6488282c603ab47 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 4 May 2017 08:25:37 -0700 Subject: [PATCH] [git] remove unnecessary quotes for standup alias --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 2c8e81e..5635b7d 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,7 +11,7 @@ sparecheckout = true [alias] g = grep --break --heading --line-number - standup = "!git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email`" + standup = !git log --all --date=short --no-merges --pretty=format:\"%h %ad %s%d\" --since=1.weeks --author=`git config user.email` lol = log --graph --decorate --pretty=oneline --abbrev-commit lola = log --graph --decorate --pretty=oneline --abbrev-commit --all s = status -sb