Git and github commands

please tell me how to learn the git commands

#lmgtfy

You can find plenty of materials out there.

Of course FCC also has this video.

Just learn some basics and start doing it. I think the more advanced git operations won’t make sense until you’re working with a bunch of devs on a big project, but still, you can learn the basics.

Honestly, every time I have to use a git command that isn’t one of the… 4ish that I use regularly, I just google it.

2 Likes

Yeah, I’m trying to think: clone, push, pull, merge, rebase, commit, add, init, branch, checkout, log… Those are mainly what I use, with a few flags here and there. But yeah, I end up looking a lot of things up - no need to memorize it.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.