lab209b3 / zephyr_tutorial_vn

1 stars 0 forks source link

Document about thread in Zephyr #9

Closed baobuibk closed 3 months ago

baobuibk commented 4 months ago

Introduction about thread Command in zephyr to work with thread Example and explain

baobuibk commented 3 months ago

@Smeanuz
Trước khi push, em phải merge với cái remote master mới nhất trước Theo tutorial này nhé

https://stackoverflow.com/questions/47029731/git-get-latest-changes-before-pushing-a-branch

Go to master branch with: git checkout master

Update your local master with: git pull origin master

Resolve conflicts (if applicable)

Go back to features with: git checkout features

Merge master branch over features with: git merge master

Rebuild to check if all OK

Push changes with: git push origin features