Skip to content
Snippets Groups Projects
get_branch_name 52 B
#!/bin/sh

git branch | grep \*  | cut -d " " -f 2