X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-branch.sh;h=ebcc8989d8cfd9d64f0e4cacd0a0ff76f50d1345;hb=dbd0f7d3221fbf8e9943a114c11e5b5e5fc0c201;hp=663a3a370c8889e2ba78d627811c652d41e7971b;hpb=7941602983f68e2cddafca5a2da8215d1271742b;p=git.git diff --git a/git-branch.sh b/git-branch.sh index 663a3a37..ebcc8989 100755 --- a/git-branch.sh +++ b/git-branch.sh @@ -1,6 +1,6 @@ #!/bin/sh -USAGE='[(-d | -D) ] | [[-f] []]' +USAGE='[(-d | -D) ] | [[-f] []] | -r' LONG_USAGE='If no arguments, show available branches and mark current branch with a star. If one argument, create a new branch based off of current HEAD. If two arguments, create a new branch based off of .'