summary refs log tree commit diff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gitconfig4
1 files changed, 1 insertions, 3 deletions
diff --git a/gitconfig b/gitconfig
index 18e97ac..ce75d1d 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,5 +1,5 @@
 [color]
-	ui = true
+	ui = false
 
 [push]
 	default = simple
@@ -9,8 +9,6 @@
 	br = branch
 	ci = commit
 	co = checkout
-	g = "grep --heading --break"
-	pending = !GIT_CURRENT_BRANCH=$(git name-rev --name-only HEAD) && git log origin/$GIT_CURRENT_BRANCH..$GIT_CURRENT_BRANCH --oneline
 	pr = pull --rebase
 	st = status -sb
 	lg = log --graph --oneline --decorate