<<<<<<< HEAD
=======
…or create a new repository on the command line
echo "# GHtest" >> README.md git init git add README.md git commit -m "first commit" git remote add origin [email protected]:anishpraveen/GHtest.git git push -u origin master
…or push an existing repository from the command line
git remote add origin [email protected]:anishpraveen/GHtest.git git push -u origin master
da8de5c1912e2f502f109315d917f32cbbed4957