Skip to content

Instantly share code, notes, and snippets.

@gradosevic
Last active May 27, 2021 08:35
Embed
What would you like to do?
GIT

Ignore already added file to .gitignore

git update-index --assume-unchanged file.txt

Remember credentials

git config --global credential.helper store

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment