git
Git is easy after you learn to use it.
Some notes:
If you're not just cloning into your repo, you can use git remote add origin github.com/me/something.git to add a github remote URL, the just push to the upstream git push -u orign master
Git is easy after you learn to use it.
Some notes:
If you're not just cloning into your repo, you can use git remote add origin github.com/me/something.git to add a github remote URL, the just push to the upstream git push -u orign master