github-for-mac-issues
github-for-mac-issues copied to clipboard
Integrating git/bash console?
Integrating git/bash console
Many people, myself included, much prefer the Git command-line interface over a GUI. The GUI does not provide enough fine-grained control over the repo, like rebasing or working with multiple remotes. I didn't expect that either; however, a feature that would be incredibly useful is some kind of integration with the Git CLI.
Possible implementations
a) A Git console integrated in the app b) A bash console integrated in the app c) A button to "Open repository in Terminal" (open terminal cd'ed into the repo directory)