You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: