ENH: drop git pager, removed unused git aliases
This commit is contained in:
parent
64caa65308
commit
99ffb336b2
1 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,6 @@
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
excludesfile = /Users/matthew/.gitignore_global
|
excludesfile = /Users/matthew/.gitignore_global
|
||||||
pager = diff-so-fancy | less --tabs=4 -RFX
|
|
||||||
[color]
|
[color]
|
||||||
diff = auto
|
diff = auto
|
||||||
status = auto
|
status = auto
|
||||||
|
@ -14,7 +13,7 @@
|
||||||
[gc]
|
[gc]
|
||||||
auto = 1
|
auto = 1
|
||||||
[merge]
|
[merge]
|
||||||
summary=true
|
summary = true
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
conflictstyle = diff3
|
conflictstyle = diff3
|
||||||
prompt = false
|
prompt = false
|
||||||
|
@ -37,14 +36,10 @@
|
||||||
lg = !"git lg1"
|
lg = !"git lg1"
|
||||||
# https://gist.github.com/mwhite/6887990
|
# https://gist.github.com/mwhite/6887990
|
||||||
a = add
|
a = add
|
||||||
ap = add -p
|
|
||||||
c = commit --verbose
|
c = commit --verbose
|
||||||
ca = commit -a --verbose
|
ca = commit -a --verbose
|
||||||
cm = commit -m
|
|
||||||
cam = commit -a -m
|
|
||||||
m = commit --amend --verbose
|
m = commit --amend --verbose
|
||||||
d = diff
|
d = diff
|
||||||
ds = diff --stat
|
|
||||||
dc = diff --cached
|
dc = diff --cached
|
||||||
s = status -s
|
s = status -s
|
||||||
co = checkout
|
co = checkout
|
||||||
|
|
Loading…
Add table
Reference in a new issue