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 457aa8b + 395d0e6 commit 94b166aCopy full SHA for 94b166a
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