Download as rtf, pdf, or txt
Download as rtf, pdf, or txt
You are on page 1of 1

git remote add origin # repository link #

git remote -v
git push -f origin master

To update origin
git remote set-url origin #repository link#

You might also like