*Git commands run from new repo with remote added*

$ GIT_TRACE=1 git ls-remote macbook
11:12:50.709200 git.c:349               trace: built-in: git 'ls-remote' 
'macbook'
11:12:50.710029 run-command.c:341       trace: run_command: 
'git-upload-pack '\''/Users/frankg/dev/macbook.git'\'''
11:12:50.710370 run-command.c:192       trace: exec: '/bin/sh' '-c' 
'git-upload-pack '\''/Users/frankg/dev/macbook.git'\''' 'git-upload-pack 
'\''/Users/frankg/dev/macbook.git'\'''
dcca23413a0e94660cd2073c7b75e09b14923dd9 refs/heads/reactive-gallery


*Git commands run from bare.git*

$ git fsck
notice: HEAD points to an unborn branch (master)
Checking object directories: 100% (256/256), done.


$ git branch
  reactive-gallery



*Git commands run from a backup made 2 days ago*

$ git branch


$ git fsck
notice: HEAD points to an unborn branch (master)
Checking object directories: 100% (256/256), done.
notice: No default references


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to