Created
November 29, 2022 15:49
-
-
Save Adobels/8e84091f16ef2c6f1706b30e58aa5f72 to your computer and use it in GitHub Desktop.
git: print commits which changed a given file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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