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.
switch
1 parent 5bc6bf6 commit 298a90cCopy full SHA for 298a90c
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 feature/foo')
34
return False
35
36
repo.switch_current_branch(b, move_over=args.move_over)
0 commit comments