Changes

Jump to: navigation, search

Bora Embedded Linux Kit (BELK)

119 bytes added, 13:19, 1 September 2015
m
Synchronizing the repositories
with the request for the creation of a new public git account associated to your username. The support team will enable the account and send you a confirmation as soon as possible.
 
==== Updating the repositories from BELK 2.1.0 to BELK 2.2.0 ====
 
To '''update the repositories from BELK 2.1.0 to BELK 2.2.0''', the following commands should be used:
 
<pre>
git fetch origin
git checkout -b <new_branch_name> origin/bora
</pre>
 
==== Synchronizing the repositories ====
 
{{ImportantMessage|text=To '''update the repositories from BELK 2.1.0 to BELK 2.2.0''', a simple git fetch origin is required.}}
When the account is enabled, you can synchronize a source tree entering the repository directory and launching the <code>git fetch</code> command. Please note that <code>git fetch</code> doesn't merge the commits on the current branch. To do that, you should run the <code>git merge</code> command 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].
devwiki_user
145
edits

Navigation menu