How to run a command line from SmartGit?

SmartGit seems to be far superior to GitHub for Windows, but I miss one function - the ability to run the git command line. How can i do this?

+5
source share
1 answer

SmartGit / Hg 4.5 (and older) does not offer to run the git command line, however you can configure the "Directory Tool" ("Settings", "Tools") to open a terminal (or DOS field) so that you can quickly invoke the command line.

Update: With SmartGit / Hg 4.6 you can configure several Directory tools in the settings. After a new installation (or after removal tools.xmlfrom the SmartGit / Hg settings directory), the default tools will be created. If your executable is gitnot on the path, among them will be Open Git -Shell .

+4
source

All Articles