does git push push to current branch code example
Example: git push default
# Configure git to always push to "origin master"
git push -u origin master
# Configure git to always push to "origin master"
git push -u origin master