This commit is contained in:
Jonathan Campbell
2016-10-30 00:06:58 -07:00
parent 0c60178484
commit 3f5c15cea0

View File

@@ -3,5 +3,5 @@ url="https://github.com/wcp16/dosbox-xe.git"
branch="dosbox-sdl2-upstream"
git remote add "$branch" "$url" || git remote set-url "$branch" "$url" || exit 1
git fetch "$branch" || exit 1
git checkout -t "$branch" || exit 1
git checkout -t "remotes/origin/master-sdl2" || exit 1