Skip to content

Instantly share code, notes, and snippets.

@nguyendangminh
Created June 4, 2015 09:40
Show Gist options
  • Save nguyendangminh/9777ae1986fffb698c5b to your computer and use it in GitHub Desktop.
Save nguyendangminh/9777ae1986fffb698c5b to your computer and use it in GitHub Desktop.
Git cookbook
# Ignore files from repository in the pull request
git update-index --assume-unchanged source/law/*.pyc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment