Re: git ready: daily git tips

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sitaram Chamarty
Date: Monday, February 9, 2009 - 6:20 pm

On 2009-02-09, Nicolas Pitre <nico@cam.org> wrote:

Also, the @{now} notation to get a relative timestamp of the
reflog is invaluable.  Seeing reflog lines annotated with
'14 minutes ago' or '17 hours ago' or perhaps '4 days ago',
really helps to focus on the commits you're looking for:

    git reflog show @{now}
    # (the 'show' is not optional in this syntax)

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: git ready: daily git tips, Sitaram Chamarty, (Mon Feb 9, 6:20 pm)
Re: git ready: daily git tips, Johannes Schindelin, (Tue Feb 10, 3:19 am)