Skip to content

Instantly share code, notes, and snippets.

@invalidusrname
Last active April 3, 2019 20:05
Show Gist options
  • Save invalidusrname/443697 to your computer and use it in GitHub Desktop.
Save invalidusrname/443697 to your computer and use it in GitHub Desktop.
ignore a file that's already ignored with gitignore
git update-index --assume-unchanged <filename>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment