Does git/github look complicated to you? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Does git/github look complicated to you?

It took me while to grasp the Git environment. I wonder if I'm alone.

14th Aug 2017, 5:00 AM
Backbencher nazrul
Backbencher nazrul - avatar
4 Answers
+ 2
3 main commands to use git for versioning backup: git init git add . git commit -m "comments here"
14th Aug 2017, 6:38 AM
Calviղ
Calviղ - avatar
+ 1
It's ok. It will take a while. SourceTree is a pretty good tool (UI) to work with git projects. You can try it to get familiar with functionality you can use in git.
14th Aug 2017, 5:12 AM
Roman
Roman - avatar
+ 1
Go through some git tutorial on YouTube.
14th Aug 2017, 5:35 AM
Calviղ
Calviղ - avatar
+ 1
Git is actually quite useable once you figure out a few commands Try watching some Git tutorials on youtube to help yourself understand the concept of repositories and version control
14th Aug 2017, 5:52 AM
S C