1

I created a local branch that contains my 'current-release' branch, how can I push this to the repository?

Blankman
  • 259,732
  • 324
  • 769
  • 1,199

1 Answers1

1
git push origin remote-repository-name

assuming that you are on the current-release branch and the remote repository stuff is properly configured on your system already.

Community
  • 1
  • 1
karlphillip
  • 92,053
  • 36
  • 243
  • 426