Created
December 4, 2024 14:45
-
-
Save mattions/860acbf515873817fd65fb7d03cf3f22 to your computer and use it in GitHub Desktop.
bash helper
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
[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