SyntaxFix
Write A Post
Hire A Developer
Questions
#!/bin/bash function git.branch { br=`git branch | grep "*"` echo ${br/* /} } git.branch