| ... | ... | @@ -44,7 +44,7 @@ git pull |
|
|
|
git checkout -b barometer-dev
|
|
|
|
```
|
|
|
|
|
|
|
|
- If you are switching branched there could be some submodules conflicts, the following code should solve them
|
|
|
|
- If you are switching branches there could be some submodules conflicts, the following commands should solve them
|
|
|
|
|
|
|
|
```
|
|
|
|
git submodule sync && git submodule init && git submodule update --recursive
|
| ... | ... | |