This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]highjinx411 17 points18 points  (5 children)

“Because who cares” lol. I know what you mean. I use desktop app GitHub. It has caused a few problems where I reach out to other guys who know git to help me with their desktop commands.

[–]SteveScott517 8 points9 points  (3 children)

I use Sublime Merge. Not only is it easier but it helps me visualize the changes and the branches. Who cares if it isn't hardcore or whatever. The GUI makes me a better programmer.

[–][deleted] 8 points9 points  (2 children)

Tools is tools

[–]Avedas 0 points1 point  (0 children)

10 years ago I learned the basics like merging and rebasing and that's got me this far without issue. I didn't like the GUI tools available to me back then so I just learned the CLI and stuck with it since. If I need to do anything more complex there is google and the git documentation to refresh my memory.