Git Push¶
Git push default behaviour¶
Git's default is simple
. In this mode, pushes the current branch to its upstream branch, but refuses to push if the upstream's branch name is different from the local one.
Pushes the current branch to a remote branch of the same name.
More.