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"
|
size = "!git diff --cached --binary | wc -c | numfmt --to=iec-i"
|
||||||
x = "!exec "
|
x = "!exec "
|
||||||
unstage = reset HEAD --
|
unstage = reset HEAD --
|
||||||
|
up = pull --rebase --autostash
|
||||||
|
ignore = update-index --assume-unchanged
|
||||||
|
noignore = update-index --no-assume-unchanged
|
||||||
[push]
|
[push]
|
||||||
default = matching
|
default = matching
|
||||||
[core]
|
[core]
|
||||||
@ -48,7 +51,7 @@
|
|||||||
recentrepo = /home/stonewareslord/git/sync
|
recentrepo = /home/stonewareslord/git/sync
|
||||||
recentrepo = /home/stonewareslord/git/school/service-garage
|
recentrepo = /home/stonewareslord/git/school/service-garage
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
required = true
|
required = true
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
|
Loading…
Reference in New Issue
Block a user