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