Git Versus Sourcetree
Permalink
I use version control for all my C5 client projects. I use Sourcetree GUI to interact with my repos. Doing commits, creating branches, merging branches and so fourth. Is there an advantage to using just the GIT Command line interface vs Sourcetree GUI? And it is worth me learning GIT for those benefits?
I'm the same, I use SourceTree for most git tasks and don't really use the command line.
That being said, there have been a couple of ad-hoc tasks where I've had to use a command to fix something, so I'd be suggesting it's worthwhile to at least have an understanding of _how_ to approach using the command line and git.. but the full set of actions and tasks, maybe not.
Personally I like having the visibility of branches and commits all in a nice interface, the command line is just a bit too non-visual for me in this case.
That being said, there have been a couple of ad-hoc tasks where I've had to use a command to fix something, so I'd be suggesting it's worthwhile to at least have an understanding of _how_ to approach using the command line and git.. but the full set of actions and tasks, maybe not.
Personally I like having the visibility of branches and commits all in a nice interface, the command line is just a bit too non-visual for me in this case.
Agreed. I've used the command line to fix commit issues but beside that I just prefer visually being able to see my repo and branches. Especially when two or more people are working on the same project.
There are some good Git GUIs about, depending on your development OS. You don't have to use the command line.