Skip to content
Albin edited this page Feb 18, 2022 · 7 revisions

Welcome to the Pyshare wiki!

Here we are developing in a 3 long-lived branch structure.

  1. deployment
  2. base
  3. styling

Deployment

deployment is the maintenance and deployment focus branch. This branch handles everything determined running the dockerize project and configuration as well as performance. This is to give all developers on other branches a easy to setup and down.

Base

base is the development branch where code is develop to run and give a feature rich Pyshare project. When a feature is getting to be develop, you then create a new branch from the base branch.

$ git checkout base
$ git checkout -b base-<feature-name>

When the feature is completed push up the feature branch and on github create a merge request and select the branch base as to merge into. The base branch will over time merge into styling.

Styling

styling is the branch for styling the website and is the pure of astetik as well as ensuring consistent well designed code on main branch.

The Pyshare MongoDB Database, Checkout pages ->

NOTE This project will continue until February 16

Clone this wiki locally