git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Lost a week?
@ 2010-04-15 13:57 Daniel Grace
  2010-04-15 14:11 ` Michael J Gruber
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Grace @ 2010-04-15 13:57 UTC (permalink / raw)
  To: git

Appologies for not having more information. I usually use git as if
it's just SVN with non-network checkins.

A few days ago, I pushed my git repository to github:

127  git remote add github
git@github.com:negativeview/Wherespresso.git [Note, this is a private
repo]
128  git push github master

I then went about doing real-world business. I noticed at some point
that when I did a `git status` it said that no branches were checked
out. I don't remember doing anything between pushing to github and
this state. If I did a git branch it shows something like * (no
branch) then below that, master. I shrugged it off and did what I
expected to fix that odd issue:

515  git branch
516  git checkout master

Now, the next day, I noticed that I have no git history between the
6th and something I did soon after the git checkout master:

$ git log | grep Date | head -n 5
Date:   Wed Apr 14 14:43:58 2010 -0500
Date:   Tue Apr 6 00:42:20 2010 -0500
Date:   Mon Apr 5 23:57:54 2010 -0500
Date:   Mon Apr 5 07:01:26 2010 -0500
Date:   Mon Apr 5 06:17:18 2010 -0500

github shows the same. I KNOW that there were commits (representing a
good bit of work) in that time. I'm sure that it's *somewhere* but I'm
at a complete loss as to where it is. gitk shows no side branches (nor
does git branch). I don't use branches really, as much as I know that
I should.

Daniel
http://www.doomstick.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-15 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-15 13:57 Lost a week? Daniel Grace
2010-04-15 14:11 ` Michael J Gruber
2010-04-15 14:16 ` Thomas Rast
2010-04-15 14:16 ` Matthieu Moy
2010-04-15 14:29   ` Daniel Grace

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).