-
Notifications
You must be signed in to change notification settings - Fork 0
Branches
Minnie A. Trethewey edited this page Nov 18, 2024
·
1 revision
-
main
- Live version. Always in a working state. Merged into from
stable
.
- Live version. Always in a working state. Merged into from
-
stable
- Staged version. Always in a working state. Merged into from
unstable
or from a solid feature branch.
- Staged version. Always in a working state. Merged into from
-
unstable
- Staged version. May not always be in 100%-working state but mostly. Merged into from feature branches.
-
feature branches
- Unstaged version. Not guaranteed to be working. Be sure to periodically check comparison to
stable
to check for needed updates.
- Unstaged version. Not guaranteed to be working. Be sure to periodically check comparison to
- Merge feature branch into
unstable
. - Merge
unstable
intostable
when in a working state. - Merge
stable
intomain
when to be pushed to Live. -
git pull
when pushing to Live.