remote Check remotes: git remote -v Add a remote: git remote add <remote_tag> <remote_url> Push a branch to a remote: git push <remote_tag> <local_branch_name>:<remote_branch_name>