+ 1
Github
this is easy to get a hang of
2 Antworten
+ 3
The documentation is the better way that you can learning. See https://git-scm.com/documentation
You can create a repository and go training. Practice is fundamental
+ 1
Git and Github are two different things.
Github is an online repository for source code, while git is a software for version control. You can use git to push and retrieve source codes to Github.