Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 488 Bytes

README.md

File metadata and controls

33 lines (16 loc) · 488 Bytes

hello-world

git clone https://github.com/bil022/hello-world

cd hello-world

modify README.md

git add README.md

git commit -m "README"

git+ssh://git@github.com/username/reponame.git

#git push https://github.com/bil022/hello-world

git remote set-url origin git+ssh://git@github.com/bil022/hello-world.git

git remote show origin

git push

git init

git remote add origin https://github.com/bil022/hello-world

git pull https://github.com/bil022/hello-world

END