mirror of
https://github.com/iwata/git-now.git
synced 2026-09-10 07:26:29 -04:00
Merge branch 'hotfix/0.0.21'
This commit is contained in:
commit
4c8bd54f7a
|
|
@ -57,5 +57,6 @@ Special Thanks
|
|||
|
||||
* [An original git-now idea](http://d.hatena.ne.jp/sinsoku/20101208/1291770514) (by [Toshiyuki Kawanishi](https://github.com/toshi-kawanishi))
|
||||
* [Installation with homebrew](http://d.hatena.ne.jp/nobeans/20110322/1300776839) (by [Yasuharu NAKANO](https://github.com/nobeans))
|
||||
* [Referred to shell scripts](https://github.com/nvie/gitflow) (by [Vincent Driessen](https://github.com/nvie))
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
usage() {
|
||||
echo "usage: git now grep [<base_branch>]"
|
||||
echo "usage: git now grep [<base-branch>]"
|
||||
}
|
||||
|
||||
cmd_default() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
usage() {
|
||||
echo "usage: git now rebase [<base_branch>]"
|
||||
echo " git now rebase --push|-p [--remote|-r <remote>] [<base_branch>]"
|
||||
echo "usage: git now rebase [<base-branch>]"
|
||||
echo " git now rebase --push|-p [--remote|-r <remote>] [<base-branch>]"
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue