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
p...@nomadlogic.org
@nomadlogicLA

_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to