I know this sounds very basic, but I couldn't find where I can access the git shell in GitX.
A bonus question: Do I have to use the shell in order to clone a repo from GitHub?
|
feedback
|
|
I believe there is no "git shell" provided by GitX. It (the shell) is rather part of the Git installation (which included also GitK, similar to GitX) The GitX User Manual mentions a "Enable Terminal Usageā¦" from GitX's menu, but that is only to launch GitX with the appropriate options in order to visualize a branch or another for instance. Note: any shell (Mac or Windows) with ' But there is also, part of the Git distribution, a " Both are not part of GitX. Regarding cloning, as mentioned here, you can clone with Git Gui:
even though the command line in a shell remains the straightforward option:
| ||||
|
feedback
|
|
In the menubar (GitX) you can enable gitx terminal usage. See the user manual on Advance GitX usage. | |||
|
feedback
|