Skip to content

Instantly share code, notes, and snippets.

@offby1
Created December 28, 2008 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save offby1/41076 to your computer and use it in GitHub Desktop.
Save offby1/41076 to your computer and use it in GitHub Desktop.
15:09:25 [erich@debian z]$ sh -x /tmp/hmm
+ echo bin/
+ mkdir bin
+ touch bin/foo
+ touch fooey
+ git init
Initialized empty Git repository in /tmp/z/.git/
+ git add .
+ git show
fatal: bad default revision 'HEAD'
+ git status
# On branch master
#
# Initial commit
#
# Changes to be committed:
# (use "git rm --cached <file>..." to unstage)
#
# new file: .gitignore
# new file: fooey
#
15:09:27 [erich@debian z]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment