Add additional ignore commands for git
This commit is contained in:
parent
a4f9d34e97
commit
b10a7577ef
@ -22,6 +22,8 @@
|
||||
cleanup = "!git branch --merged | rg -v \"(\\*|master|main|dev|develop)\" | xargs -r git branch -d"
|
||||
history = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
ignore = update-index --assume-unchanged
|
||||
unignore = update-index --no-assume-unchanged
|
||||
ls-ignores = "!git ls-files -v | rg "^h" | cut -f2 -d' '"
|
||||
|
||||
[user]
|
||||
email = {{email}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user