Skip to content

Instantly share code, notes, and snippets.

@wiipiiw
wiipiiw / GIT cheatsheet
Last active December 18, 2015 17:49
Veelgebruikte GIT commando's met een lijntje uitleg.
Afkortingen
* wd - working directory
* sd - staging directory of index
Termen
* HEAD - 'points to the tip of the current (checked-out) branch'. wijst altijd naar je laatste commit.
* Tree-ish - kan verwijzen naar een tree, commit of tag