Git Configure a montante para empurrar e puxar do ramo
# if remote_branch_name == local_branch_name
$ git push -u origin HEAD
Anxious Alligator
# if remote_branch_name == local_branch_name
$ git push -u origin HEAD