Template:GIT FETCH: Difference between revisions

From Variscite Wiki
(Created page with " $ git clone {{#var:CORE_SECDEV_K3_REPO}} -b {{#var:BRANCH}} {{#var:CORE_SECDEV_K3_DIR}} $ cd {{#var:CORE_SECDEV_K3_DIR}} $ git checkout {{#var:CORE_SECDEV_K3_COMMIT}} $ cd...")
 
No edit summary
Line 1: Line 1:
<includeonly>
  $ git clone {{#var:CORE_SECDEV_K3_REPO}} -b {{#var:BRANCH}} {{#var:CORE_SECDEV_K3_DIR}}
  $ git clone {{#var:CORE_SECDEV_K3_REPO}} -b {{#var:BRANCH}} {{#var:CORE_SECDEV_K3_DIR}}
  $ cd {{#var:CORE_SECDEV_K3_DIR}}
  $ cd {{#var:CORE_SECDEV_K3_DIR}}
  $ git checkout {{#var:CORE_SECDEV_K3_COMMIT}}
  $ git checkout {{#var:CORE_SECDEV_K3_COMMIT}}
  $ cd ../
  $ cd ../
</includeonly>

Revision as of 20:40, 24 March 2023