How can I update my github repository from my local computer? #7916
-
Hi everyone,
And I was missing 'git pull'. But it said 'branches didn't match' |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I believe you should update your local clone before making any changes, otherwise, there will be merge conflicts. I hope that helps. If you need any help, let us know. 🙂 |
Beta Was this translation helpful? Give feedback.
-
Hi Panquesito,
Is this possible? |
Beta Was this translation helpful? Give feedback.
-
Hey, @Danogbans,
Yes, you can do it. Set the remote URL in Git and push the code. Just make sure you have the same commit head, otherwise, it won't let you push. |
Beta Was this translation helpful? Give feedback.
-
Please Use GitHub Desktop and Do it well |
Beta Was this translation helpful? Give feedback.
Hey, @Danogbans,
Yes, you can do it. Set the remote URL in Git and push the code. Just make sure you have the same commit head, otherwise, it won't let you push.