Resolved: How do I commit the changes to the file in GitHub repository after editing it locally?
I cloned my repository from GitHub to my computer and made some changes to one of the files (a .ipynb Jupyter notebook) locally. How do I update this file in the GitHub repository on the website?
1 answers ( 1 marked as helpful)
Hi Naiya!
If I understand correctly, what you need is the
$ git push origin
command.
For reference on how to apply it, please re-visit the GitHub lecture from the content - the one before GitClone.
Hope this helps.
Best,
Ivan