Last active
April 5, 2017 04:56
-
-
Save devjin0617/6c3b18ff4dbedd99f311c4b349bff823 to your computer and use it in GitHub Desktop.
git정리
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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