Re: How to get the previous image of git of master baranch

Ethan A Merritt <[email protected]> Thu, 03 Feb 2022 16:43:18 -0800
Newsgroups gmane.comp.graphics.gnuplot.devel
Organization University of Washington
Message-ID <2815273.e9J7NaK4W3@stonelion>
On Thursday, 3 February 2022 14:38:34 PST Tatsuro MATSUOKA wrote:
> Please show me tbe way to get the previous image git go master branch.

Go back exactly one commit:

     git checkout HEAD~1

Go back to a commit that you know by number

     git checkout b992a505

Restore the state to where you started

     git checkout master

Ethan

> 
> For my cygwin build of gnuplot on the development source, gnuplot does not run 
> $ src/gnuplot
> (nothing happen) 
> $ 
> (back to prompt)
> 
> I exucute gnuplot via gdb and set back trace to main but gnuplot ends.
> 
> I want to get the previous git source to see from what change causes the issue.
> I note thar I could execute gnuplot 5.4.3 built myself.
> 
> Thank for advance.
> 
> Tatsuro




_______________________________________________
gnuplot-beta mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-beta