i want to push local branch changes to develop branch code example
Example 1: push local branch changes to remote branch
git push -u origin localBranch:remoteBranchToBeCreated
Example 2: Push your branch up to the remote.
$ git push <remote> <branch>