Skip to content

Instantly share code, notes, and snippets.

@HwDhyeon
Created April 16, 2020 06:19
Show Gist options
  • Save HwDhyeon/9581486ea1b8b9da502d6f33d6eec5f9 to your computer and use it in GitHub Desktop.
Save HwDhyeon/9581486ea1b8b9da502d6f33d6eec5f9 to your computer and use it in GitHub Desktop.
git branch를 삭제하고 github에 반영하기
git branch --delete(-D) [branch name]
git push origin :[branch name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment