Describe how to switch to master branch in user's guide.

This commit is contained in:
Paul Romano 2013-08-18 15:52:51 -04:00
parent 01cd47d0e0
commit 44170ed727
2 changed files with 7 additions and 0 deletions

View file

@ -102,6 +102,12 @@ repository::
git clone git://github.com/mit-crpg/openmc.git
By default, the cloned repository will be set to the development branch. To
switch to the source of the latest stable release, run the following commands::
cd openmc/src
git checkout master
.. _GitHub: https://github.com/mit-crpg/openmc
.. _git: http://git-scm.com
.. _ssh: http://en.wikipedia.org/wiki/Secure_Shell