Hello World

Be Happy!

git delete all feature branches


git branch --merged | egrep -v "(^\*|master|develop)" | xargs git branch -d
#git (13)
List