̃Gg[͂ĂȃubN}[Nɒlj

リモートへのブランチの push / ローカルへのブランチ checkout



リモートへのブランチの push

  • サーバー1
% git push origin <branch_name>

ローカルへのブランチ checkout

  • サーバー2
% git fetch
% git checkout -b <branch_name> origin/<branch_name>


  • リモートブランチの削除
% git push --delete origin <branch_name>





unix/command/git/operation/push_branch2remote_checkout_branch2local.txt