Add ignore alias for git

This commit is contained in:
Daniel Lynn 2022-05-17 11:53:27 -05:00
parent e7cf0e1de7
commit 93ae3a4c4f
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -18,6 +18,7 @@
cl = clone
cleanup = "!git branch --merged | egrep -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
[user]
email = __[email]__
name = __[name]__