Saturday, August 13, 2016
git
I keep forgetting the commands to start git, here is an example
echo "# cscourses" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/DelHart/cscourses.git
git push -u origin master
Subscribe to:
Posts (Atom)