forked from qt-creator/qt-creator
Git: Add git bash to tools menu
Can be useful to perform tasks that don't have a dedicated UI in Creator. In my setup, git bash was directly in the git installation folder %ProgramFiles%\Git and therefore one level above git.exe itself. Change-Id: I1ca0d3439690170d7fb840bca17e2c412effe0a4 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
committed by
André Hartmann
parent
97165f0cb8
commit
f486ff7dab
@@ -336,6 +336,7 @@ public:
|
||||
void launchGitK(const QString &workingDirectory) const { launchGitK(workingDirectory, QString()); }
|
||||
bool launchGitGui(const QString &workingDirectory);
|
||||
Utils::FilePath gitBinDirectory() const;
|
||||
bool launchGitBash(const QString &workingDirectory);
|
||||
|
||||
void launchRepositoryBrowser(const QString &workingDirectory) const;
|
||||
|
||||
|
Reference in New Issue
Block a user