What 'interface' do you use to perform most common Git tasks, such as clone, commit, push, ...
Poll: how do you use Git?
1–10 of 15 posts
Re: Poll: how do you use Git?
#2GitFlow through Intelij. Most if not: Source Tree
Re: Poll: how do you use Git?
#3Command line+SourceTree, depending on what task I'm trying to accomplish. Staging, diffs, and commit messages are much more easily done in SourceTree, and most other operations from the command line.
Re: Poll: how do you use Git?
#4command line
Re: Poll: how do you use Git?
#5Command line, the only way to know what you are doing
Re: Poll: how do you use Git?
#6Commandline with the occasional usage of [tig](https://github.com/jonas/tig)
Once every few weeks I'll use [Tower](http://www.git-tower.com/) for quickly looking up old commits
Re: Poll: how do you use Git?
#7commandline (as all the guis I've tried had issues, be it with network shares etc)
Re: Poll: how do you use Git?
#8mostly sourcetree, occasionally command line :)
Re: Poll: how do you use Git?
#9Command line unless cherry picking or some other godawfully complex rare mental backflip is required, in which case SourceTree (for which I was a paid customer before it was bought by Atlassian, and responsible for the feature request leading to some of the generic hook functionality which I feel makes it very powerful for certain complex use cases)
Re: Poll: how do you use Git?
#10Gerrit with Eclipse IDE