Skip to content

Commit

Permalink
tig: Add tig -C invocation tip (rstacruz#1120)
Browse files Browse the repository at this point in the history
Co-authored-by: Rico Sta. Cruz <rstacruz@users.noreply.github.com>
  • Loading branch information
XVilka and rstacruz authored Aug 3, 2020
1 parent 18b09de commit 9dd2595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tig.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ sudo apt install tig
### Invocation

| Command | Description |
| --- | --- |
| ------------------- | -------------------------------------------- |
| `tig` | |
| --- | --- |
| `tig status` | Status |
Expand All @@ -31,6 +31,7 @@ $ sudo apt install tig
| `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 |
| `tig -C /repo/path` | Run in dir `/repo/path` (like `git -C`) |

You can substitute `git log``tig`.

Expand Down

0 comments on commit 9dd2595

Please sign in to comment.