← Back to team overview

yade-users team mailing list archive

Re: [Question #679428]: unable to display sphere with latest version

 

Question #679428 on Yade changed:
https://answers.launchpad.net/yade/+question/679428

    Status: Open => Answered

Jérôme Duriez proposed the following answer:
Hello,

Regarding 
"get back a specific old daily git package (if possible?)"

I would say this is what version control systems are made for ;-)

Use either "git log" in your terminal, or browse
https://github.com/yade/trunk/commits/master (for history before January
2019) to identify which commit (its id, eg
6387d336023fd836fd3145505ae1a59c9f3670f2 but you do not need to type the
whole thing) you want to get back

Then type something like 
git cherry-pick theDesiredCommitId # maybe with -n command depending on what you want, see man git cherry-pick or https://git-scm.com/docs/git-cherry-pick


How smoothly it will work may depend whether you modified the sources.

If you did modify them and have private personal changes that are
nowhere else than on your computer, maybe save them elsewhere before
experimenting git !

Jérôme

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.