-
-
Save boywijnmaalen/476f1aea180d49a83ffb1aca597f5307 to your computer and use it in GitHub Desktop.
Tig
This file contains hidden or 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
# show branch history | |
$ tig <branch_name> | |
# compare two branches | |
$ tig <branch_name>..<branch_name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment