-
Notifications
You must be signed in to change notification settings - Fork 3
What is a Branch ?
Konijima edited this page Nov 12, 2021
·
16 revisions
A branch represents an independent line of development.
Branches allow you to develop features, fix bugs, or safely experiment with new ideas in a contained area of your repository.
You always create a branch from an existing branch. In CommunityAPI, you might create a new branch from the dev
branch.
Visit How to Contribute ? to learn how to use the branches.
-
master
= Stable released version (Live version on Steam Workshop). -
dev
= Development version.
-
feature
= Created fromdev
branch when creating or developing a feature. -
release
= Created fromdev
branch target features are ready for an update. -
hotfix
= Created frommaster
branch when a hotfix need to be done.
May branch off from: dev
Must merge back into: dev
May branch off from: dev
Must merge back into: dev
& master
May branch off from: master
Must merge back into: dev
& master
- Setup (Unavailable)
- Branches
- Issues
- Pull requests
- Projects
- Contributing
- Mod best practices (Unavailable)
- Setting up a git repo (Unavailable)
- Mod Template (Unavailable)
- Scenario Template (Unavailable)
- Create scenarios (Unavailable)
- Create maps (Unavailable)
- Create items (Unavailable)
- Create clothings (Unavailable)
- Create IsoObjects (Unavailable)
- Use CommunityAPI (Unavailable)
- Automated Workshop (Unavailable)
- API Structure
- Coding Convention
- API best practices (Unavailable)
- Finishing your new API (Unavailable)
- 3D Models for PZ (Unavailable)
- Animations for PZ (Unavailable)