-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the Pyshare wiki!
Here we are developing in a 3 long-lived branch structure.
- deployment
- base
- styling
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 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 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