The push here is for pushing your changes which requires a branch to push to call it origin and then specify the branch name master the default branch that always exists on any repository. Git has two types of branches.
Git Remote Branches
Git push origin master. Update the behavior of git has changed since this answer was written. Find a ref that matches master in the source repository most likely it would find refsheadsmaster and update the same ref eg. Git push origin master this only pushes your master branch to origin. Git push origin registernewbranch. 1git checkout master then create the new branch with. Git checkout master git fetch origin master git rebase i originmaster squash commits fix up commit messages etc.
Git push origin head. The syntax is similar to the previous command except we dont pass a local branch name. From the output we see that new branch was created and we also see it on github. Local and remoteto use git pull and git push as youd like you have to tell your local branch mytest which remote branch its trackingin typical git fashion this can be done in both the config file and with commands. You can also delete a remote branch with git push. A handy way to push the current branch to the same name on the.
Git push origin on git 20 by default pushes the current branch to a matching branch of the same name but this behavior can be overridden via git config. So git push origin master will take the local commit that you made in the above sections and upload it to the remote server on github for other people to collaborate. If master did not exist remotely it would be created. Make sure youre on your master branch with. Git push origin master since we already made sure the local master was up to date this should result in a fast forward merge and git push should not complain about any of the non fast forward issues discussed above. Git push origin headnewbranch.
Git push origin master. Git push origin pushes all your branches to origin. So to delete new branch we would run. Refsheadsmaster in origin repository with it.