1.Clone your git repo on local machine 2. Add remote repo to it via remote add command "git remote add <remote-repo>"3.Now checkout the branch from your git repo which you want to push and use below command to push in remote repogit push <local_branch_name>:<desired_remote_branch_name>