-
@matthematician one of us one of us Here's about all you need if you're working on a solo project once you've set up a new one in GitHub:
git clone URLgit add -A,git commit -m "this is what I updated"git push -u origin master.
git clone URL git add -A, git commit -m "this is what I updated" git push -u origin master.