Skip to content

Instantly share code, notes, and snippets.

@mattions
Created December 4, 2024 14:45
Show Gist options
  • Save mattions/860acbf515873817fd65fb7d03cf3f22 to your computer and use it in GitHub Desktop.
Save mattions/860acbf515873817fd65fb7d03cf3f22 to your computer and use it in GitHub Desktop.
bash helper
[alias]
st = status
ci = commit
co = checkout
cleanup = "!git branch --merged | grep -v '\\*\\|master\\|develop' | xargs -n 1 -r git branch -d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment