views:

62

answers:

1

Possible Duplicate:
git: rename remote branch

Hi,

I want to rename a local branch that's also pushed as a remote repository how can I rename them both?

+3  A: 

Try git rename remote branch topic.

burkestar
Listing of duplicate questions should be done in a comment, not an answer.
gnovice