Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

146 bytes added, 14:34, 7 June 2013
m
Synchronizing the repository
</pre>
Please note that <code>git fetch</code> doesn't merge the commits on the current branch. To do that, you should run  <codepre class="workstation-terminal">git mergeorigin/diva</codepre>  or replace the ''fetch-merge'' process with a single <code>git pull</code>command. Please note that the recommended method is the ''fetch-merge'' process. For further information on Git, please refer to [http://git-scm.com/documentation Git Documentation].
== Release notes ==