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

Update Master from Dev

When we are ready to merge the work we have completed in the dev branch back into the master then we will typically do the following:

$ git checkout master 
$ git merge dev 
$ git mergetool

The mergetool command allows us to resolve any conflicts.


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.