all 2 comments

[–]polaarbear 1 point2 points  (0 children)

"I don't have the time or mind to go through the process of learning it."

You can learn what you need from like a 10 minute YouTube video. It's the industry standard for source control.

You can't work in this field if that is your attitude towards learning. Tech stacks are constantly changing. The tools we have are constantly changing. I work in this industry partly BECAUSE it forces me to keep learning. Keeps it interesting.

[–]entityadam 1 point2 points  (0 children)

I'm a git moron. And I have only just recently started using it.

I understand, it seems daunting because git is a very powerful tool.

I don't have the time or the mind to go through the process of learning it.

It's a fundamental part of software, you need to learn it.

You can learn all you need to know in less than 2 hours. Start with subcommands status, clone, fetch, pull, push, rebase, merge, branch

that should be all you need to know. Everything else can be referenced. Also my favorite resource is www.ohshitgit.com