Fix small typo in tig cheat sheet.
This commit is contained in:
parent
212bf44a31
commit
332d0079d9
2
tig.md
2
tig.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue