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 298a90c commit 7830d16Copy full SHA for 7830d16
gitless/cli/gl_switch.py
@@ -30,7 +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')
+ 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