how to give git push without writing the name of the 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