Add the pass alias
I use `pass git` a lot, but out of habit i often type it as `git pass`.
This commit is contained in:
parent
4c4af30cd4
commit
a0f29506b8
1
config
1
config
@ -16,6 +16,7 @@
|
|||||||
show-tracked-ignored = !\ncd \"${GIT_PREFIX}\" &&\nuntracked_list=$(git rev-parse --git-dir)/ignored-untracked.txt &&\ngit ls-files -o -i --exclude-standard >\"${untracked_list}\" &&\nGIT_INDEX_FILE=\"\" git ls-files -o -i --exclude-standard | grep -Fvxf \"${untracked_list}\" &&\nrm -rf \"${untracked_list}\"
|
show-tracked-ignored = !\ncd \"${GIT_PREFIX}\" &&\nuntracked_list=$(git rev-parse --git-dir)/ignored-untracked.txt &&\ngit ls-files -o -i --exclude-standard >\"${untracked_list}\" &&\nGIT_INDEX_FILE=\"\" git ls-files -o -i --exclude-standard | grep -Fvxf \"${untracked_list}\" &&\nrm -rf \"${untracked_list}\"
|
||||||
verify = diff ORIG_HEAD HEAD
|
verify = diff ORIG_HEAD HEAD
|
||||||
serve = "daemon --verbose --export-all --base-path=. --reuseaddr $@ ."
|
serve = "daemon --verbose --export-all --base-path=. --reuseaddr $@ ."
|
||||||
|
pass = !exec pass git
|
||||||
[branch]
|
[branch]
|
||||||
autosetuprebase = always
|
autosetuprebase = always
|
||||||
[color]
|
[color]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user