Skip to content

Instantly share code, notes, and snippets.

View TheAkashicTraveller's full-sized avatar

Jack Evans TheAkashicTraveller

View GitHub Profile
@TheAkashicTraveller
TheAkashicTraveller / git-commands
Last active August 20, 2016 20:34 — forked from Kibur/git-commands
Using Git bash
Git commands
==============
[] <= optional
Cloning
---------
git clone <url.git> [path/to]
git clone -b <branch> --single-branch <url.git> [path/to]