Skip to content

Instantly share code, notes, and snippets.

View deroneriksson's full-sized avatar

Deron Eriksson deroneriksson

View GitHub Profile
@deroneriksson
deroneriksson / useful-git-commands.md
Last active April 11, 2017 17:42
Useful Git Commands

Useful Git Commands

Create a local branch based on a remote branch

$ git fetch --all

Fetching origin
Fetching apache-github
From https://github.com/apache/incubator-systemml
 * [new branch]      branch-0.9 -> apache-github/branch-0.9
 * [new branch] gh-pages -> apache-github/gh-pages
@deroneriksson
deroneriksson / test-md-for-github-rendering.md
Last active January 16, 2016 21:56
This is a little test file for seeing how things render on github.
@deroneriksson
deroneriksson / deron-eriksson-systemml-git-notes.md
Last active March 17, 2018 03:54
Deron Eriksson SystemML Git Notes