Introduction to Git Data Extraction and Analysis in Python git Trigger new CI on GitHub without making a code change: git commit --amend --no-verify then git push -f Ignore local changes to a tracked file git update-index --assume-unchanged -- <filepath> Ignore local changes to untracked file: Use .gitignore (project or user) Add to .git/info/exclude (local to you only) bazel Run test ignoring cache --cache_test_results=no (docs)