Include branch we're switching from

Signed-off-by: Adam Warner <adamw@rner.email>
pull/1643/head
Adam Warner 7 years ago
parent f38912a0c9
commit d90489b31d
No known key found for this signature in database
GPG Key ID: 03843F6C65554B22

@ -171,7 +171,7 @@ checkout_pull_branch() {
oldbranch="$(git symbolic-ref HEAD)"
str="Switching to branch: ${branch}"
str="Switching to branch: '${branch}' from '${oldbranch}'"
echo -ne " ${INFO} $str"
git checkout "${branch}" --quiet || return 1
echo -e "${OVER} ${TICK} $str"

Loading…
Cancel
Save