Getting Started VCU118: Difference between revisions

From pCT
(Created page with "1. Fetch changes from [https://git.app.uib.no/pct/wp3|wp3 upstream repo] 2. Checkout tag of your select release. See [https://git.app.uib.no/pct/wp3/-/releases|latest releas...")
 
No edit summary
Line 5: Line 5:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
$ git checkout VCU118-v2.0-alpha4
$ git checkout VCU118-v2.0-alpha4
}</syntaxhighlight>
</syntaxhighlight>


3. Make sure repo is clean
3. Make sure repo is clean


4.
4.

Revision as of 17:21, 12 September 2019

1. Fetch changes from upstream repo

2. Checkout tag of your select release. See releases. This guide assumes VCU118-v2.0-alpha4.

$ git checkout VCU118-v2.0-alpha4

3. Make sure repo is clean

4.