X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=docs%2Fgetting_started_github.md;h=7ce65e210eb7591f49f1e735a878dbfb459b14a7;hb=303f425c6b4f9ab6056f863e515c71c9325f2bfa;hp=387ddd91e22c04ecd47653fc5bfc85805bad6e4a;hpb=dc7d0c7b7442b87600352e083e3da4a08cb2d069;p=qmk_firmware.git diff --git a/docs/getting_started_github.md b/docs/getting_started_github.md index 387ddd91e..7ce65e210 100644 --- a/docs/getting_started_github.md +++ b/docs/getting_started_github.md @@ -1,10 +1,8 @@ -# How to use Github with QMK +# How to Use Github with QMK Github can be a little tricky to those that aren't familiar with it - this guide will walk through each step of forking, cloning, and submitting a pull request with QMK. -{% hint style='info' %} -This guide assumes you're somewhat comfortable with running things at the command line, and have git installed on your system. -{% endhint %} +?> This guide assumes you're somewhat comfortable with running things at the command line, and have git installed on your system. Start on the [QMK Github page](https://github.com/qmk/qmk_firmware), and you'll see a button in the upper right that says "Fork": @@ -52,7 +50,7 @@ To https://github.com/whoeveryouare/qmk_firmware.git + 20043e64...7da94ac5 master -> master ``` -Your changes now exist on your fork on Github - if you go back there (https://github.com//qmk_firmware), you can create a "New Pull Request" by clicking this button: +Your changes now exist on your fork on Github - if you go back there (`https://github.com//qmk_firmware`), you can create a "New Pull Request" by clicking this button: ![New Pull Request](http://i.imgur.com/DxMHpJ8.jpg) @@ -60,4 +58,4 @@ Here you'll be able to see exactly what you've committed - if it all looks good, ![Create Pull Request](http://i.imgur.com/Ojydlaj.jpg) -After submitting, we may talk to you about your changes, ask that you make changes, and eventually accept it! Thanks for contributing to QMK :) \ No newline at end of file +After submitting, we may talk to you about your changes, ask that you make changes, and eventually accept it! Thanks for contributing to QMK :)