Add 'bootloadHID' flash target (#5587)
[jackhill/qmk/firmware.git] / docs / newbs_learn_more_resources.md
CommitLineData
c7b8e45b 1# Learning Resources
480651cf 2
3These resources are aimed at giving new members in the QMK community more understanding to the information provided in the Newbs docs.
c7b8e45b
K
4
5Git resources:
43757cd9
DJ
6
7* [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
8* [Git Game To Learn From Examples](https://learngitbranching.js.org/)
9* [Git Resources to Learn More About Github](getting_started_github.md)
480651cf 10* [Git Resources Aimed Specifically toward QMK](contributing.md)
c7b8e45b
K
11
12
13Command Line resources:
480651cf 14
43757cd9 15* [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)