You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can update your local repository with below command after you make changes at github directly.
git pull origin master
Notice:
There is a period behind git add which means to add all the changes(all changed files).
The instance for third command:git remote add origin [email protected]:tiandiduwuxiaoxiao/pythonProble.git
and you can don't type the command again if you type it before
If you complete all the steps metioned above,you will see all the file in github repository same as your local repository.
All the steps refer this article
and I acquire success after doing all all steps in the article.Good luck!