Skip to content

Instantly share code, notes, and snippets.

@devjin0617
Last active April 5, 2017 04:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devjin0617/6c3b18ff4dbedd99f311c4b349bff823 to your computer and use it in GitHub Desktop.
Save devjin0617/6c3b18ff4dbedd99f311c4b349bff823 to your computer and use it in GitHub Desktop.
git정리
# git remote 에 삭제된 브런치들 갱신하는 명령어(둘 중 하나만 사용하면 됨)
$ git remote prune origin
$ git remote update --prune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment