Tag:
Git
Copy current git branch into pasteboard (the Clipboard) on Mac OS X
git branch|grep ‘*’|tr -d ‘* \n’|pbcopy
September 15, 2014