mirror of
https://gitlab.com/xonotic/xonotic
synced 2024-12-15 03:15:33 +00:00
try fixing ./all branch
This commit is contained in:
parent
68454eab14
commit
ba9bdae30b
6
all
6
all
@ -306,8 +306,10 @@ case "$cmd" in
|
||||
verbose git fetch origin || true
|
||||
fi
|
||||
# TODO do this without pushing
|
||||
verbose git push "$remote" "$b":"$branch"
|
||||
verbose git checkout --track -b "$branch" "$remote/$branch"
|
||||
verbose git checkout -b "$branch" "$b"
|
||||
verbose git config "branch.$branch.remote" "$remote"
|
||||
verbose git config "branch.$branch.merge" "refs/heads/$b"
|
||||
verbose git push origin "$branch"
|
||||
fi
|
||||
fi
|
||||
cd "$d0"
|
||||
|
Loading…
Reference in New Issue
Block a user