Merge pull request #43 from Neki/topic/tig_sheet_typo

Fix small typo in tig cheat sheet.
This commit is contained in:
Rico Sta. Cruz 2017-02-27 06:26:14 +08:00 committed by GitHub
commit c4db81b2a7
1 changed files with 1 additions and 1 deletions

2
tig.md
View File

@ -16,7 +16,7 @@ category: Git
tig blame FILE
tig master # Show a branch
tig test..master # Show difference between two bracnhes
tig test..master # Show difference between two branches
tig FILE # Show history of file
tig v0.0.3:README # Show contents of file in a specific revision