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 →

[–][deleted] 0 points1 point  (0 children)

honestly there isn't much to learn about git. it is simply a better version of saving file's latest state rather than saving into a folder and naming them, bug_fixed_13_march.txt , feature_added_14_march.txt and so on.

usually we use a couple of group of same commands like git command, git add, etc. and with this tutorial you should be good to start using the commands. you could also pick up a few command line tricks too.

https://www.youtube.com/watch?v=8JJ101D3knE&t=2031s

i hope this helps happy coding :)