Updating gitconfig
This commit is contained in:
@@ -3,11 +3,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Nick Nisi
|
name = Nick Nisi
|
||||||
email = nick@nisi.org
|
email = nick@nisi.org
|
||||||
[github]
|
|
||||||
user = "nicknisi"
|
|
||||||
token = "a56935f3a5cece2592cb96a32a3d5a00"
|
|
||||||
[alias]
|
[alias]
|
||||||
# aa = !git ls-files -d | xargs -r git rm && git ls-files -m -o --exclude-standard | xargs -r git add
|
|
||||||
ci = commit -a
|
ci = commit -a
|
||||||
co = checkout
|
co = checkout
|
||||||
s = status --short
|
s = status --short
|
||||||
@@ -25,7 +21,7 @@
|
|||||||
sh = show --pretty="format:" --name-only
|
sh = show --pretty="format:" --name-only
|
||||||
|
|
||||||
# grep commands
|
# grep commands
|
||||||
|
|
||||||
# 'diff grep'
|
# 'diff grep'
|
||||||
dg = "!sh -c 'git ls-files -m | grep $1 | xargs git diff' -"
|
dg = "!sh -c 'git ls-files -m | grep $1 | xargs git diff' -"
|
||||||
# 'checkout grep'
|
# 'checkout grep'
|
||||||
@@ -67,4 +63,4 @@
|
|||||||
renames = copies
|
renames = copies
|
||||||
mnemonicprefix = true
|
mnemonicprefix = true
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /Users/pollen/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
|
|||||||
Reference in New Issue
Block a user