Skip to content

Instantly share code, notes, and snippets.

@hegge
hegge / gist:9663373
Last active August 29, 2015 13:57 — forked from anonymous/gist:9663368
$ git --version
git version 1.8.5.rc2.7.g8167612 # same behavour with 1.9.1.423.g4596e3a
$ git init
Initialized empty Git repository in /home/torstein/tmp/git-empty/.git/
$ echo "f" >file
$ git add file