Skip to content

Instantly share code, notes, and snippets.

@supernovel
Created August 9, 2019 01:48
Show Gist options
  • Save supernovel/844f18838ddb51d9b2c52d677553a811 to your computer and use it in GitHub Desktop.
Save supernovel/844f18838ddb51d9b2c52d677553a811 to your computer and use it in GitHub Desktop.
링크가 없는 브런치 정리
git remote update origin --prune
git branch -vv | Select-String -Pattern ": gone]" | % { $_.toString().Trim().Split(" ")[0]} | % {git branch -d $_}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment