Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

296 bytes added, 13:32, 7 June 2013
m
Synchronizing the repository
dvdk@dvdk-vm:/home/dvdk/delk/linux-am33x.git$ git fetch origin
</pre>
 
Please note that <code>git fetch</code> doesn't merge the commits on the current branch. To do that, you should run <code>git merge</code> or replace ''fetch-merge'' with <code>git pull</code>. For further information on Git, please refer to [http://git-scm.com/documentation Git Documentation]
== Release notes ==