git: Fix merging bug in fetch-branch
This commit is contained in:
parent
ea558f5b3f
commit
5e4b71d968
1 changed files with 1 additions and 1 deletions
|
|
@ -23,4 +23,4 @@ case "$#" in
|
||||||
*) usage ;;
|
*) usage ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
exec git fetch "${remote}" "${branch}"
|
exec git fetch "${remote}" "${branch}:${branch}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue