Go to TogaWare.com Home Page. GNU/Linux Desktop Survival Guide
by Graham Williams
Duck Duck Go



CLICK HERE TO VISIT THE UPDATED SURVIVAL GUIDE

Cherry pick from dev to master

$ git remote add simon \url{https://github.com/simonzhaoms/mlhub.git}
$ git remote -v 
$ git checkout -b deletable
$ git fetch simon
$ git cherry-pick <commit-hash>
$ git checkout master
$ git merge deletable
$ git branch -v 
$ git branch -D deletable 
$ git push


Copyright © Togaware Pty Ltd
Support further development through the purchase of the PDF version of the book.
Graham Williams is the developer of open source software including rattle and wajig.
He is the author of Data Mining with Rattle and Essentials of Data Science.
This web site is hosted by Togaware, free and open source software since 1984.