This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |