git branch publish code example
Example 1: git link local branch to remote branch
git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
Example 2: push local branch changes to remote branch
git push -u origin localBranch:remoteBranchToBeCreated