Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 384 Bytes

clone-repo.md

File metadata and controls

13 lines (12 loc) · 384 Bytes

How to clone and add repo with your application

Follow these sptes:

  • git remote -v
    • origin < cloned repo link > fetch
    • origin < clone repo link > push
  • git remote rm origin
  • git remote add origin < your repo link >
  • git remote -v
    • origin < your repo link > fetch
    • origin < your repo link > push
  • git push origin master
    • new branch master will be created