This commit is contained in:
Sami Samhuri 2015-04-25 06:44:10 +00:00
parent 5d988f91b7
commit fb1302b395

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
REMOTE="${1:-origin}"
BRANCH=$(git branch --no-color --list | grep '^\*' | awk '{print $2}')