diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-07-15 10:19:13 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-07-15 10:19:13 -0700 |
commit | 5d515e6360213948907e36fcb03b43309f192254 (patch) | |
tree | 171461fe9f1360cdea91e3cc0e2c1db7df173a7a | |
parent | [emacs] get back to a smaller font size (diff) | |
download | emacs.d-5d515e6360213948907e36fcb03b43309f192254.tar.gz |
[git] don't use colors and remove a couple aliases
-rw-r--r-- | gitconfig | 4 |
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 |