Skip to content
Julia Koldorkina edited this page Dec 14, 2019 · 1 revision

Git commands git clone http://link just once git remote -v check connectivity

Repeat any time when you made some changes: git add . --all git commit -m <'any comment'> git push origin master

Clone this wiki locally