Making Changes and Push

Posted . Visible to the public.

Every project needs a README file. Your README appears on the project Overview page and introduces your project.

echo "# This is my README" >> README.md
git add README.md
git commit -m "First commit. Adding a README."
git push -u bitbutket master
kiatng
Last edit
Posted by kiatng to Git (2014-04-30 12:54)