Skip to content

Commit

Permalink
Fix error in the usage table
Browse files Browse the repository at this point in the history
  • Loading branch information
drzymalanet authored Sep 4, 2017
1 parent 74840fc commit a84c765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 15,7 @@ Nicely formatted alias for the git log command
|---------|-------------|
| `git hist` | Show the history of current branch |
| `git hist --all` | Show the graph of all branches (including remotes) |
| `git hist --branches master devel` | Show the relationship between two or more branches |
| `git hist master devel` | Show the relationship between two or more branches |
| `git hist --branches` | Show all local branches |

Add `--topo-order` to sort commits topologically, instead of by date (default in this alias)
Expand Down

0 comments on commit a84c765

Please sign in to comment.