Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 373 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 373 Bytes

dotfiles

backup of my .files

Keep the config free of passwords

In $GIT_DIR/info/attributes:

config filter=passwords

In $GIT_DIR/config:

[filter "passwords"]
clean = "sed -e 's/identify .*\";/identify <PASSWORD>\";/' -e 's/password .*\";/password <PASSWORD>\";/'"

Afterwards, don't forget to run git add -u for a clean index!