mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Updated readme; included the --tag switch.
This commit is contained in:
parent
4f55198dca
commit
0295063981
|
|
@ -457,9 +457,9 @@ since the previous tag. (If there are no tags, populates commits since the proj
|
|||
Opens the changelog in `$EDITOR` when set.
|
||||
|
||||
```bash
|
||||
$ git changelog && cat History.md
|
||||
$ git changelog --tag 1.5.2 && cat History.md
|
||||
|
||||
n.n.n / 2010-08-05
|
||||
1.5.2 / 2010-08-05
|
||||
==================
|
||||
|
||||
* Docs for git-ignore. Closes #3
|
||||
|
|
|
|||
Loading…
Reference in a new issue