Skip to content

Pushing my commits aren't going to my forked repo #23182

Discussion options

You must be logged in to vote

If you want git pull without arguments to keep pulling from upstream you’ll need to explicitly push to your origin:

git push origin master

Otherwise you can set the upstream branch, but after that you’d need to explicitly pull from upstream:

git branch --set-upstream origin/master

Replies: 3 comments

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants