Guest User

Untitled

a guest
Feb 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. 15:09:25 [erich@debian z]$ sh -x /tmp/hmm
  2. + echo bin/
  3. + mkdir bin
  4. + touch bin/foo
  5. + touch fooey
  6. + git init
  7. Initialized empty Git repository in /tmp/z/.git/
  8. + git add .
  9. + git show
  10. fatal: bad default revision 'HEAD'
  11. + git status
  12. # On branch master
  13. #
  14. # Initial commit
  15. #
  16. # Changes to be committed:
  17. # (use "git rm --cached <file>..." to unstage)
  18. #
  19. # new file: .gitignore
  20. # new file: fooey
  21. #
  22. 15:09:27 [erich@debian z]$
Add Comment
Please, Sign In to add comment