fzingg / academy-checkers-ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CosmJs Part For Checkers Blockchain

This project contains the elements, messages, scripts and GUI of the Checkers blockchain.

Branches progression

The project is created with a clean list of commits in order to demonstrate the natural progression of the project. In this sense, there is no late commit that fixes an error introduced earlier. If there is a fix for an error introduced earlier, the fix should be squashed with the earlier commit that introduced the error. This may require some conflict resolution.

Having a clean list of commits makes it possible to do meaningful compares.

To make it easier to link to the content at the different stages of the project's progression, a number of branches have been created at commits that have Add branch the-branch-name as message. Be careful with the commit message as it depends on it matching the "Add branch [0-9a-zA-Z\-]*" regular expression.

The script push-branches.sh is used to extract these commits and force push them to the appropriate branch in the repository. After having made changes, you should run this script, and also manually force push to main.

V1 branches progression

About


Languages

Language:TypeScript 98.9%Language:CSS 0.5%Language:HTML 0.3%Language:JavaScript 0.2%Language:Shell 0.1%