Log in

View Full Version : Hidden Git Commands



charlesprabhu
12-22-2022, 01:58 AM
Git Bisect - find the commit that introduced a bug using binary search
Git Blame - to show author info
Git Tag - tag a specific point in your repo history
Git Reflog - list all updates made on your repo
Git Archive - to combine an entire repo into single file

SamHobbs
12-22-2022, 04:40 AM
If you don't see them then look in the official documentation (https://git-scm.com/docs). They are shown there.