railmapgen / rmp

Design your own rail map by freely dragging stations from different cities and connecting them with 135-degree rounded corners or perpendicular lines!
https://railmapgen.org/?app=rmp
GNU General Public License v3.0
99 stars 20 forks source link

#815 Dual color line style #814

Closed OriginCode closed 2 months ago

OriginCode commented 2 months ago

Superseding #813

thekingofcity commented 2 months ago

Hi, thanks for your contribution. We're releasing it on https://railmapgen.org and for github/gitlab mirrors, they will be upgraded in the next few weeks :)

thekingofcity commented 2 months ago

Hi, we have renamed the branches. Previous main and v5 are renamed to v3 and main respectively. If you had a local copy or so, you may wish to follow the code below to update local as well.

We're aware that renaming the default branches is not common and may pose an inconvenience to other developers so this should be the last time to have such switches :)

git fetch origin

git branch -m main v3   # If you had a local `main`
git branch -m v5 main   # If you had a local `v5`

git branch --set-upstream-to=origin/v3 v3
git branch --set-upstream-to=origin/main main

git remote prune origin

git checkout main   # Switch to the new `main` branch