깃허브
깃 브랜치 삭제하기
syleemomo
2024. 1. 22. 20:30
728x90
https://www.freecodecamp.org/korean/news/how-to-delete-a-git-branch-both-locally-and-remotely/
브랜치를 로컬과 원격에서 모두 삭제하는 법
깃 브랜치를 삭제하는 법은 간단하다. 로컬과 원격 두군데에서 모두 브랜치를 삭제하는 법을 알아보자. 간단히 요약하자면 아래와 같다. // 로컬에서 브랜치 삭제하기 명령어 git branch -d localBranch
www.freecodecamp.org
728x90