Skip to content

Instantly share code, notes, and snippets.

@iorionda
Created November 5, 2014 02:12
Show Gist options
  • Select an option

  • Save iorionda/94e52660fdb1e6e828c9 to your computer and use it in GitHub Desktop.

Select an option

Save iorionda/94e52660fdb1e6e828c9 to your computer and use it in GitHub Desktop.
Git でブランチの名前を変更する方法 ref: http://qiita.com/iorionda/items/f358556de9f0ba2c508a
% git branch -m <newbranch>
% git branch -m [oldbranch] <newbranch>
% git branch -M <newbranch>
% git branch -M [oldbranch] <newbranch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment