Skip to content

Instantly share code, notes, and snippets.

@gradosevic
Last active May 27, 2021 08:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gradosevic/206b8210b7110958c03de5d78128115d to your computer and use it in GitHub Desktop.
Save gradosevic/206b8210b7110958c03de5d78128115d to your computer and use it in GitHub Desktop.
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