Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 467 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 467 Bytes

<<<<<<< HEAD

gittest

=======

GHtest

SSH

…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