Skip to content

Instantly share code, notes, and snippets.

@FanchGadjo
FanchGadjo / README.md
Created March 18, 2021 14:39 — forked from donaldpipowitch/README.md
Use GitLab Pages to deploy a Storybook per branch

It's quite straightforward to use GitLab Pages to deploy a Storybook instance per branch (and remove it whenever the branch will be removed). And yeah, it's irony to document this in a GitHub Gist 😅

You just need a .gitlab-ci.yml like this one:

stages:
  - setup
  - build-and-test
  - deployment
  - pages
@FanchGadjo
FanchGadjo / jax-git-workshop.md
Created May 18, 2017 09:27 — forked from tlberglund/jax-git-workshop.md
JAX London Git Workshop Notes

JAX Git Workshop

Outline

  • git init project
  • git config --global user.name "Tim Berglund"
  • git config --global user.email "tlberglund@github.com"
  • git status
  • git add <file>
  • Diff
    • git diff