Skip to content

Instantly share code, notes, and snippets.

@NewGraphEnvironment
Last active March 20, 2023 18:11
Show Gist options
  • Save NewGraphEnvironment/9d27656b98240198f41d16a98ed570a7 to your computer and use it in GitHub Desktop.
Save NewGraphEnvironment/9d27656b98240198f41d16a98ed570a7 to your computer and use it in GitHub Desktop.
assume-unchanged git
#For now lets stop tracking the bcfishpass.sqlite changes in repo unless changes to underlying tables actually happen by running the script below
git update-index --assume-unchanged data/bcfishpass.sqlite. When changes actually occur we use git update-index --no-assume-unchanged data/bcfishpass.sqlite to log a commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment