Skip to content

Instantly share code, notes, and snippets.

@davedkg
Created August 16, 2011 20:15
Show Gist options
  • Save davedkg/1150050 to your computer and use it in GitHub Desktop.
Save davedkg/1150050 to your computer and use it in GitHub Desktop.
ignore a file in the git repo after you pulled it. Good for development.yml
git update-index --assume-unchanged <FILENAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment