Skip to content

Instantly share code, notes, and snippets.

@Adobels
Created November 29, 2022 15:49
Show Gist options
  • Save Adobels/8e84091f16ef2c6f1706b30e58aa5f72 to your computer and use it in GitHub Desktop.
Save Adobels/8e84091f16ef2c6f1706b30e58aa5f72 to your computer and use it in GitHub Desktop.
git: print commits which changed a given file
git log --full-history -1 -- '*IdentifierTextField.swift'
usage examples:
- Find out in which commit a given file was deleted from project
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment