Skip to content

Instantly share code, notes, and snippets.

@ytakashina
Created April 2, 2021 02:46
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 ytakashina/9a5a0b6915926c01d2024c49d3614662 to your computer and use it in GitHub Desktop.
Save ytakashina/9a5a0b6915926c01d2024c49d3614662 to your computer and use it in GitHub Desktop.
楽をする用の snippet 集。See also: https://go.microsoft.com/fwlink/?LinkId=733558
{
"version": "2.0.0",
"tasks": [
{
"label": "Clean up local branches",
"type": "shell",
"command": "git branch --merged | grep -vE '(^\\*|master|main|dev)' | xargs git branch -d",
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment