Skip to content

Commit b2df946

Browse files
committed
Updates git config; adds suite of alises for "skip"
1 parent 0ace6ed commit b2df946

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gitconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
st = status
77
br = branch
88
w = whatchanged
9+
skip = update-index --skip-worktree
10+
unskip = update-index --no-skip-worktree
11+
skipped = !git ls-files -v | grep \"^S\"
912
[apply]
1013
whitespace = nowarn
1114
[color]
@@ -38,3 +41,8 @@
3841
user = coderifous
3942
[commit]
4043
verbose = true
44+
[filter "lfs"]
45+
clean = git-lfs clean -- %f
46+
smudge = git-lfs smudge -- %f
47+
process = git-lfs filter-process
48+
required = true

0 commit comments

Comments
 (0)