I hereby claim:
- I am scruti on github.
- I am marcsardon (https://keybase.io/marcsardon) on keybase.
- I have a public key ASAun5aUNcCQV6yLfUVDkzvaWWgZM3fS_FCl7Kt6eh6pXgo
To claim this, I am signing this object:
| git-clean-branches() { | |
| if [ ! -d .git ]; then | |
| echo "This is not a Git directory" | |
| return 1 | |
| fi; | |
| # Get list of local branches | |
| branches=() | |
| eval "$(git for-each-ref --shell --format='branches+=(%(refname))' refs/heads/)" |
I hereby claim:
To claim this, I am signing this object:
| Find: \@(\w+)\s=\s\{ | |
| Replace: let\(\:$1\) \{ |