Skip to content

chromaui/git-takehome-challenge

Repository files navigation

Chromatic Git Challenge

A stub for the Git Challenge built with Storybook and Vite in Typescript.

Running

yarn install
yarn storybook

Appendix/Examples

Single commit

A single commit is represented visually by a circle.

single commit

Single Branch

A branch is represented by a line of commits separated by lines indicating ancestry, with the oldest commit on the left hand side.

single branch

Two Branches

When there are more than one branch they should be laid out on top of each other so as all commits are visible:

two branches

Merge Commit

When there’s a merge commit, the branches should join up together again:

merge commit

Single Feature Branch

An example of a single feature branch

sub feature commit

Multiple Features

An example of multiple feature branches

multi feature commit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published