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
If you cloned the repo from someone's repo on Github (for example some boilerplate), you made some changes and you wish to push it to your Github.
Steps:
change your remote repo:
git remote add 'some name' url of your newly created repo in Github
git pull 'some name' master (if you created repo with README)
Steps to add existing project from your machine into Github:
project url
The text was updated successfully, but these errors were encountered: