Yeah. I just thought the CIA git tutorial was amusing. I did add aliases forgit branch --merged origin/master | grep -v '\\*\\|master\\|develop' | xargs -n 1 git branch -d and !git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /' | sort though
So this is ohshitgit.com but for feds? And with less swears, I guess.
Yeah. I just thought the CIA git tutorial was amusing. I did add aliases for
git branch --merged origin/master | grep -v '\\*\\|master\\|develop' | xargs -n 1 git branch -dand!git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /' | sortthough