로딩...

git-push

다른 브랜치에 푸시

sh
git push origin local_branch:remote_branch

리모트 브랜치 제거

sh
git push origin :branch_name
git push origin --delete branch_name