From 0a75944d12171808c6719b37a13ad1b662f801e9 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 20 Jan 2016 07:59:10 -0800 Subject: [PATCH] [git] Remove commented-out aliases in config --- .gitconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitconfig b/.gitconfig index 93eb669..58d46bd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,15 +10,10 @@ quotepath = false pager = less -S [alias] - ; hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short - ; co = checkout 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`" - ; ready = rebase -i @{u} - ; ready = rebase -i develop lol = log --graph --decorate --pretty=oneline --abbrev-commit lola = log --graph --decorate --pretty=oneline --abbrev-commit --all - ; ancestor = merge-base s = status -sb latest = for-each-ref --count=20 --sort=-committerdate --format='%(committerdate:short) %(refname:short)' root = !pwd