Git Cheatsheet
Git Cheatsheet
git tag [show <tag>] git grep [-I] [-n] [--cached] [-e pattern] [ref]
List or Show a Tag Find Patterns
Upstream Repository
git tag -d <tag> Repository Updated git blame [-Ls,e] <file>
git push --tags [repo] Show Who Changed What to a File
Delete a Tag
Push Tags to Remote Repo
git bisect [start|bad|good|reset]
Binary Search Through Commits to Find Issues