Browse Source

How to checkout HEAD submodules

lars18th 6 years ago
parent
commit
c9a52b9866
No account linked to committer's email address
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      README

+ 2
- 0
README View File

47
    git clone git://github.com/gfto/mptsd.git
47
    git clone git://github.com/gfto/mptsd.git
48
    git submodule init
48
    git submodule init
49
    git submodule update
49
    git submodule update
50
+     OR
51
+   git submodule update --recursive --remote  // if you like to checkout HEAD submodules.
50
 
52
 
51
 Compiling
53
 Compiling
52
 =========
54
 =========

Loading…
Cancel
Save