Views this Week!

how to use git & Github

 how to push a repository from vs code to git hub.



  1. make sure you were login to your GitHub account.
  2. then connect it to vs code.
  3. then use this cammands 
  • git add .
  • git commit -m "your message"
  • git remote add origin https://github.com/kritik-sah/react-portfolio.git or git remote set-url origin https://github.com/kritik-sah/react-portfolio.git
  • git push -u origin  master --force
to know more use this link : freecodecamp/git

how to use git & Github how to use git & Github Reviewed by Kritik Sah on March 30, 2021 Rating: 5

No comments:

Powered by Blogger.