Versioning: Difference between revisions

Line 41:
 
On Local Server:
git remote add origin https://github.com/amanjosan2008/codered.git
git init
echo "# test" >> README.md
git config --global user.email "amanjosan2008@gmail.com"
git config --global user.name "Amandeep Singh"
git add .
git commit -m "first commit"
git remote add origin https://github.com/amanjosan2008/coderedtest.git
git push -u origin master