Add git up/ignore/noignore aliases
This commit is contained in:
parent
4709b4eb28
commit
25f63d5d06
@ -25,6 +25,9 @@
|
||||
size = "!git diff --cached --binary | wc -c | numfmt --to=iec-i"
|
||||
x = "!exec "
|
||||
unstage = reset HEAD --
|
||||
up = pull --rebase --autostash
|
||||
ignore = update-index --assume-unchanged
|
||||
noignore = update-index --no-assume-unchanged
|
||||
[push]
|
||||
default = matching
|
||||
[core]
|
||||
@ -48,7 +51,7 @@
|
||||
recentrepo = /home/stonewareslord/git/sync
|
||||
recentrepo = /home/stonewareslord/git/school/service-garage
|
||||
[filter "lfs"]
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
|
Loading…
Reference in New Issue
Block a user