Commit 1c6a7f8d authored by Bruno Pinto's avatar Bruno Pinto

git function to determine git branch name

parents
function git_branch_name
echo (git symbolic-ref HEAD ^/dev/null | sed -e 's|^refs/heads/||')
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment