Skip to content

Push merge to GitHub using git #21856

Discussion options

You must be logged in to vote

Hi @liamdbarber,

You miss a push of master. If you get the status of the local branch master of repository i think it says something like this:

On branch master
Your branch is ahead of 'origin/master' by 1 commit.
  (use "git push" to publish your local commits)
nothing to commit, working tree clean

To get the status you need to run the git status command:

git status

The status give a hint of what you need to do, for example a push:

git push origin master

This command put every changes made on local into origin (if there isn’t conflicts).

Hope this helps 🙂  

-Gabriele-

Mark helpful posts with Accept as Solution to help other users locate important info. Don’t forget to give Kudos for …

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