Skip to content

Create a new Branch

A new branch should always be created from an up to date main branch. That's why you added the BetonQuest repository upstream. Now click on the branch menu from git in the top left corner of IntelliJ IDEA. Then you click on upstream/main and click on New Branch from 'upstream/main'.... Now give the branch a name that describes the changes you want to make and click CREATE.

New Branch

A full guide on Managing Git Branches can be found in the IntelliJ IDEA documentation.


Next Steps๐Ÿ”—

Now you are ready to make your changes! Either change Docs or Code, depending on your skills.