nqminhuit / gis

Java Command Line Application which extends Git for supporting git-modules
1 stars 0 forks source link

[feature] clean up local branch #57

Closed nqminhuit closed 1 year ago

nqminhuit commented 1 year ago
git branch --merged=develop | grep -v "^\* develop" | xargs -n 1 -r git branch -d
nqminhuit commented 1 year ago

duplicate #12