Home > OS >  I want to update my website on github using different machine
I want to update my website on github using different machine

Time:08-16

I use github to host my static portfolio website, I changed a laptop and I now want to edit some features in the website, I already make the changes on my PC. So how can I update d only changes?

CodePudding user response:

You need to git clone your repository on GitHub or use the commande git update

  • Related