Re: git and the loss of revision numbers

From: Pete Wright <pete_at_nomadlogic.org>
Date: Mon, 28 Dec 2020 16:56:00 -0800
On 12/28/20 4:38 PM, monochrome wrote:
> what would be the git command for reverting source to a previous 
> version using these numbers? for example, with svn and old numbers:
> svnlite update -r367627 /usr/src
>
I will generally just checkout the short git hash like so in my local 
checkout:
$ git checkout gb81783dc98e6

you can quickly get the hashes by running "git log" from your checkout.

cheers,
-pete

-- 
Pete Wright
pete_at_nomadlogic.org
_at_nomadlogicLA
Received on Mon Dec 28 2020 - 23:56:03 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:26 UTC