Skip to content

Instantly share code, notes, and snippets.

@ErgEnn
Last active November 26, 2021 09:23
Show Gist options
  • Save ErgEnn/ce5303de43d3c8f297267f215a136289 to your computer and use it in GitHub Desktop.
Save ErgEnn/ce5303de43d3c8f297267f215a136289 to your computer and use it in GitHub Desktop.
Git quickfixes

Ignore changes without .gitignore:

git update-index --assume-unchanged NAME_OF_FILE_HERE

See log of deleted file

git log --follow -- src/FILENAME

Exit git log

q

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment