Skip to content

Commit

Permalink
Adds a better explanation to git pivotal-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Cunha committed Jul 18, 2013
1 parent 93a4285 commit 984fcf8
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 @@ -19,7 +19,7 @@ Use it with:
- `git merge-po <ancestor> <left> <right>` Merge engine for GetText PO files.
- `git select <story-id>` Checkout a local branch with the matching number. If not found, lists remote branches
- `git latest-pushes [-n NR_RESULTS] [-p PATTERN]` Show latest pushed branches to origin. Defaults to 20 results. Pattern is appended to refs/remotes/origin/ so include the team or project name to filter results. [[PedroCunha](https://github.com/PedroCunha)]
- `git pivotal-branch <story-id>` Creates a branch name suggestion from the specified Pivotal Tracker story ID. [[dncrht](https://github.com/dncrht)]
- `git pivotal-branch <story-id>` Creates a branch name suggestion from the specified Pivotal Tracker story ID. It also comments on the story the branch name created and starts the story [[dncrht](https://github.com/dncrht)]

### More details on some of the commands

Expand Down

0 comments on commit 984fcf8

Please sign in to comment.