sync-takahe
This commit is contained in:
parent
a2d15e9bf7
commit
a93d9668f7
2 changed files with 3 additions and 1 deletions
|
@ -89,6 +89,8 @@ When updating code, always update submodules:
|
|||
git pull
|
||||
git submodule update --init
|
||||
```
|
||||
With newer git 2.15+, you main use `git pull --recurse-submodules` or `git config --global submodule.recurse true` to make it automatic.
|
||||
|
||||
|
||||
To save some typing, consider adding some aliases to `~/.profile`:
|
||||
```
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit de81721650a79f6f1b6b6501927405853f032f4c
|
||||
Subproject commit d3c1975402d0ad64d2349bdd72af044d78493804
|
Loading…
Add table
Reference in a new issue