Delete merged git branches
October 13, 2020
Handy git command for deleting all local git branches that already merged git branch --merged | egrep -v "(^\|master|dev)" | xargs git branch -d*
Handy git command for deleting all local git branches that already merged git branch --merged | egrep -v "(^\|master|dev)" | xargs git branch -d*
Simply put a space before the command and it won't be saved to ~/.bash\_history. E.g. qrencode -o out.png "Some secret text"
To upgrade postgres you can run
Open term (or equivalent) and paste the following: