[Vm-dev] git and branch JMM/SleepTime

Jakob Reschke jakob.reschke at student.hpi.de
Wed Mar 22 23:07:32 UTC 2017


You can cherry-pick whole commits with git cherry-pick.

If you only want some files or a directory from a specific commit, use

   git checkout <commit or branch> -- <list of file paths>

then git add and git commit them as usual.

2017-03-22 23:59 GMT+01:00 Eliot Miranda <eliot.miranda at gmail.com>:
>


More information about the Vm-dev mailing list