Editing
Why the Branches
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== What's with the Branches Anyways == TL;DR We use the branches to protect the Master, or the Main branch and keep us from stomping on each others toes. In practice the Main branch should never, never be edited directly once it's become somewhat stable. Keeping the Main branch safe means it's always in a functional state that can be deployed into a live environment without error. To help protect the Main branch, we have the dev branch, this branch is where our changes and additions officially meet so functionality can be tested to ensure a tweak somewhere doesn't break the whole build, this branch is something like a "nightly build". Between the main an dev branch we may have a release branch. When contributing to the project, changes should be made in your own local branch, this is done with the following command. The branch that results from this will be based on the branch you're currently in. The name should be short and sweet, no spaces, and explain the containing changes, normally the associated Jira or Gitlab ticket/issue number would be the branch name. git checkout -b <branch-name> Doing this allows everyone to work at the same time and keeps our hard work safe from accidents and error.
Summary:
Please note that all contributions to AquaWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
AquaWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information