-
Notifications
You must be signed in to change notification settings - Fork 0
Home
skabrits edited this page Dec 4, 2022
·
4 revisions
Вики — это дока. Дока — это важно для понимания происходящего.
Полезные ссылки:
Arduino core: https://github.com/arduino/ArduinoCore-avr/tree/master/cores/arduino
Github repo: https://github.com/skabrits/Arduino_Emulator
Stepik course: https://stepik.org/course/103122/syllabus
Stepik docker engine: https://github.com/StepicOrg/epicbox/blob/master/README.md
Stepik course on how to make courses: https://stepik.org/lesson/59057/step/2?unit=36621 https://stepik.org/lesson/9173/step/3?unit=1718
GIT: https://www.freecodecamp.org/news/learn-the-basics-of-git-in-under-10-minutes-da548267cc91/
Important git commands:
git clone https://link-to-repo/repo-name.git
git pull
git add .
git commit -m “commit message”
git push
git checkout -b branch_name # создаёт новую ветку
git checkout branch_name # переключается на нужную ветку