QMK Firmware Tutorial: Using Git with Windows (Part 2)
У вашего броузера проблема в совместимости с HTML5
Get set up with a fork of QMK and track the upstream QMK repository. This is the second part of my QMK series, which I very reluctantly call a tutorial. A very quick one which took more time to produce than it should have because git was being a git.
https://github.com
https://github.com/qmk/qmk_firmware
git clone https://github.com/YOURNAME/qmk_firmware.git
git remote add -t master -m master upstream https://github.com/qmk/qmk_firmware
git fetch upstream
git merge upstream