Skip to content

I cannot get (publish?) my repository into GitHub #22287

Discussion options

You must be logged in to vote

@simplesamples you probably made some commits to the repository online that aren’t on your computer yet. But that is no problem! Git is designed exactly for this.

Do a  git pull inside the repository and Git will “download” the commits you made online to your computer. If you have happend to have the same file on the GitHub site  and locally, you might get a  merge conflict. Even that is no big deal, just follow the instructions Git gives you and/or use this article: https://help.github.com/en/articles/about-merge-conflicts .

I think I am making progress.

You definitely are!

 

Would it work to just create a new remote? I have everything locally. Can I first rename the existing remo…

Replies: 11 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants