training-kit
training-kit copied to clipboard
Open source courseware for Git and GitHub
## Overview Addition of temporary commits section to the github-git-cheat-sheet. ### Extra detail addition of `git stash` commands to the list. #### Screenshots  #### Reasoning ### How to contribute...
## Overview ## Questions ## Next steps ## Review
## Overview I edited the install git instructions - Issue #920 "_Documentation unclear surrounding GitHub Desktop installation and its inclusion (or not) of Git_" It should now match the instructions...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 3. Release notes Sourced from actions/dependency-review-action's releases. 3.0.0 Breaking Changes By default the action now expects SPDX-compliant licenses everywhere. If you were previously using license...
Bumps [jemoji](https://github.com/jekyll/jemoji) from 0.12.0 to 0.13.0. Changelog Sourced from jemoji's changelog. v0.13.0 / 2022-11-19 Development Fixes Add Actions CI workflow (#127) Add release workflow (#128) Create dependabot config for rubygems...
[Native speaker] Simplified chinese label not in simplified chinese.
## Overview ## Questions ## Next steps ## Review
Added commands for branch manipulation and synchronization with remote to the Git cheat-sheet.
# Contributing to training-kit 🎉 Thank you for taking the time to contribute and for seeking out these instructions. We :heart: community contributions to these materials. --- ## Code of...
File
#define BLYNK_TEMPLATE_ID "TMPL31iM8MY9P" #define BLYNK_TEMPLATE_NAME "home cotrol" #define BLYNK_AUTH_TOKEN "QOxacMhJ9hFRpei_laFTAL3N8EHBt8sQ" #define BLYNK_PRINT Serial #include #include #include #define led0 D0 #define led1 D1 #define led2 D2 #define led3 D3 #define led4...