I have a repository in which I edited file online using github online editor. My question is that now how can I reflect those changes to the files on my local system. How can I update the same file on my system which is updated by me on github
Share
You must run next command in repo directory:
You may get the following error message:
If so, try this:
See also
man git-pullfor more information.