Skip to content

Commit

Permalink
add help message
Browse files Browse the repository at this point in the history
  • Loading branch information
nosarthur committed Feb 20, 2019
1 parent ac0b19a commit a11e07e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions gita/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
gita fetch
gita stat myrepo2
gita super myrepo1 commit -am 'add some cool feature'
For bash auto completion, download and source
https://github.com/nosarthur/gita/blob/master/.gita-completion.bash
'''

import os
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name='gita',
packages=['gita'],
version='0.7.9',
version='0.8.0',
license='MIT',
description='Manage multiple git repos',
long_description=long_description,
Expand Down

0 comments on commit a11e07e

Please sign in to comment.