Git: Create local branch after checkout

Change-Id: I2f9c47862304773234612250bb1e3e2e759a159e
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Petar Perisin
2013-09-22 10:19:26 +03:00
parent 9bb93246c1
commit cd041f3f93
2 changed files with 66 additions and 4 deletions

View File

@@ -182,6 +182,8 @@ public:
// Checkout branch
bool synchronousCheckout(const QString &workingDirectory, const QString &ref,
QString *errorMessage = 0);
QStringList setupCheckoutArguments(const QString &workingDirectory, const QString &ref);
void updateSubmodulesIfNeeded(const QString &workingDirectory, bool prompt);
// Do a stash and return identier.