1
0
Fork 0

git: Fix merging bug in fetch-branch

This commit is contained in:
Jeremy Kaplan 2020-08-13 14:43:42 -07:00
commit 5e4b71d968

View file

@ -23,4 +23,4 @@ case "$#" in
*) usage ;;
esac
exec git fetch "${remote}" "${branch}"
exec git fetch "${remote}" "${branch}:${branch}"