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 ddc9592 commit 30972dbCopy full SHA for 30972db
1 file changed
gitFunctions.py
@@ -90,4 +90,5 @@ def pushbranch(branchname):
90
91
@staticmethod
92
def checkout(branchname):
93
+ shell.execute("git stash") # in case there are changes, stash them before checkout new branch
94
shell.execute("git checkout " + branchname)
0 commit comments