Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
Updated the README files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Mar 12, 2010
1 parent 0b56ac6 commit 22400f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README
Expand Up @@ -16,8 +16,8 @@ Typical commands to get started with git-it is:
git co -b git-it origin/git-it

Then, typical workflow with git-it is:
- Fetch and push changes to sync with upstream:
it sync (not yet implemented!)
- Retrieve all remote ticket changes:
it sync

- List all tickets:
it list
Expand All @@ -36,5 +36,8 @@ Then, typical workflow with git-it is:
it reject <ticket-id>
it reopen <ticket-id>

- Finally, push out all of your changes to the central repo:
git push

Authors:
Vincent Driessen <vincent@datafox.nl>
2 changes: 1 addition & 1 deletion bin/it
Expand Up @@ -21,7 +21,7 @@ def usage():
print ' edit Edits an existing issue.'
print ' rm -f Removes an existing ticket.'
print ' mv Moves the given ticket to a release.'
print ' sync Syncs changes to the ticket DB to a remote repo.'
print ' sync Retrieves all remote ticket changes.'
print ''
print 'Taking responsibility:'
print ' take Take responsibility for this ticket and put it'
Expand Down

0 comments on commit 22400f5

Please sign in to comment.