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.
1 parent ba47f4f commit 395d0e6Copy full SHA for 395d0e6
gitFunctions.py
@@ -75,7 +75,7 @@ def replaceauthor(author, email):
75
def branch(branchname):
76
branchexist = shell.execute("git show-ref --verify --quiet refs/heads/" + branchname)
77
if branchexist is 0:
78
- Commiter.checkout("git checkout " + branchname)
+ Commiter.checkout(branchname)
79
else:
80
shell.execute("git checkout -b " + branchname)
81
0 commit comments