Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
- update readme.
  • Loading branch information
zlj-zz committed Feb 26, 2022
1 parent f3b01c6 commit f0472d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ positional arguments:
{cmd,repo}
cmd git short command.
repo repo options.
open open remote repository in web browser.

optional arguments:
-h, --help show this help message and exit
Expand Down Expand Up @@ -121,24 +122,6 @@ It support a simple interactive mode. You can use `pigit` into the interactive m
And in the interaction mode, you can use `?` or `h` to see the help message.
### Open remote
You can use `pigit cmd open` to open your remote website (just support **github**). These are some other parameters this command supported:
```bash
-i, --issue:
open given issue of the repository.
# pigit open -- -i 20
# pigit open -- --issue=20
-c, --commit:
open the current commit in the repo website.
# pigit open -- --commit
-p, --print:
only print the url at the terminal, but don't open it.
<branch>:
open the page for this branch on the repo website.
```
## Alias
Alias is good way to help you use _pigit_ faster . Open your shell profile and append:
Expand Down
2 changes: 1 addition & 1 deletion pigit/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os, sys

__project__ = "pigit"
__version__ = "1.5.0-dev.1"
__version__ = "1.5.0"
__url__ = "https://github.com/zlj-zz/pigit.git"
__uri__ = __url__

Expand Down

0 comments on commit f0472d3

Please sign in to comment.