What's New

New updates and improvements to Jumpstart Pro

← Back

Renamed the master branch to main for Jumpstart Pro Rails

Update
We've renamed the master branch to "main" now for Jumpstart Pro Rails. This matches the iOS and Android repos as well as GitHub's default branch naming.

To update your local clones, you can run the following:
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a