Git cheat sheet: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 26: Line 26:


ブランチを切る
ブランチを切る
  git checkout -b new_branch
  git checkout -b my_new_branch
 
ブランチを push
git push origin my_new_branch