Skip to content

git push

deptno edited this page Jun 9, 2023 · 3 revisions

git-push

다른 브랜치에 푸시

git push origin local_branch:remote_branch

리모트 브랜치 제거

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

link

Clone this wiki locally