0
Does git/github look complicated to you?
It took me while to grasp the Git environment. I wonder if I'm alone.
4 Réponses
+ 2
3 main commands to use git for versioning backup:
git init
git add .
git commit -m "comments here"
+ 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.
+ 1
Go through some git tutorial on YouTube.
+ 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