Skip to content

Instantly share code, notes, and snippets.

@tcarlsen
Last active August 29, 2015 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcarlsen/10237668 to your computer and use it in GitHub Desktop.
Save tcarlsen/10237668 to your computer and use it in GitHub Desktop.

Berlingske

This repo is containing all the shit I do at Berlingske, but you don't care course you can't even see this repo... It's privat :bowtie:

There are all the code?

Every project is stored inside its own BRANCH so to develop on a specific project you need to switch to that BRANCH.

$ git checkout <project-name>

New Project

Switch to the empty BRANCH and then create new BRANCH

$ git checkout empty
$ git branch <project-name>
$ git checkout <project-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment