HomeUsesLinksMy CVContact meMy snippets
InstagramTikTokYouTubeTwitterTwitchGitHubLinkedIn
HomeUsesLinksMy CVContact meMy snippets
10 February 2017

Git cleanup

Remove all git local branches already merged into master using this command

git branch --merged master  | grep -v '^ *master$' | xargs git branch -d

From

https://mobile.twitter.com/gbtekkie/status/829693459187523584


SSH - directory permissionsiptables - useful rules

Built with Gatsby

© 2025 Michal Slepko & RootScope

Template from Colorhub