Fix small typo in tig cheat sheet.

This commit is contained in:
Benoît Faucon 2017-01-02 21:43:40 +01:00
parent 212bf44a31
commit 332d0079d9
1 changed files with 1 additions and 1 deletions

2
tig.md
View File

@ -16,7 +16,7 @@ category: Git
tig blame FILE tig blame FILE
tig master # Show a branch 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 FILE # Show history of file
tig v0.0.3:README # Show contents of file in a specific revision tig v0.0.3:README # Show contents of file in a specific revision