We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bc6bf6 + 7830d16 commit 6cde86eCopy full SHA for 6cde86e
gitless/cli/gl_switch.py
@@ -30,6 +30,7 @@ def main(args, repo):
30
if not b:
31
pprint.err('Branch {0} doesn\'t exist'.format(args.branch))
32
pprint.err_exp('to list existing branches do gl branch')
33
+ pprint.err_exp('to create a new branch do gl branch -c {0}'.format(args.branch))
34
return False
35
36
repo.switch_current_branch(b, move_over=args.move_over)
0 commit comments