Answer the question
In order to leave comments, you need to log in
Where does git push go?
If you do git push
without origin mybranch
in the branch mybranch
, can you always be sure that everything will be pushed in exactly in mybranch
?
Reading https://git-scm.com/docs/git-push
When the command line does not specify what to push with ... arguments or --all, --mirror, --tags options, the command finds the default by consulting remote.*.push configuration,
remote.*.push configuration
? Google didn't help
Answer the question
In order to leave comments, you need to log in
Look at the command output
$ git config --list
$ git config --list --local
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question