Send changes from a specific local branch to its remote counterpart, and set the remote one as the default push/pull target of the local one

git push

git push -u {{remote_name}} {{local_branch}}

click the source code to copy install git push on any operating system with command-not-found.com