|
|
|
|
|
by globalrev
6392 days ago
|
|
All I know is is that Git i supereasy to use for a beginner for 1-man-projects if you get the right help or tutorial.
Preferrably start a repo at github and you will be waled through how to create a repo(not that there is much to it). git init
git add .
git commit -m "blah"
git push origin master git branch name
git checkout easy-peasy |
|