Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
WtfJoke committed Mar 15, 2015
2 parents 457aa8b + 395d0e6 commit 94b166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitFunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def replaceauthor(author, email):
def branch(branchname):
branchexist = shell.execute("git show-ref --verify --quiet refs/heads/" + branchname)
if branchexist is 0:
Commiter.checkout("git checkout " + branchname)
Commiter.checkout(branchname)
else:
shell.execute("git checkout -b " + branchname)

Expand Down

0 comments on commit 94b166a

Please sign in to comment.