Do NOT use this example on your Console / Terminal as it is! This is just for refrence to assist with the snippets in the above file.
~/DEV/freeCodeCamp master
❯ git fetch upstream refs/pull/20683/head:pr-20683
From github.com:freeCodeCamp/freeCodeCamp
* [new ref] refs/pull/20683/head -> pr-20683
~/DEV/freeCodeCamp master 31s
❯ git checkout pr-20683
Switched to branch 'pr-20683'
~/DEV/freeCodeCamp pr-20683
❯ git merge upstream/master
...
~/DEV/freeCodeCamp pr-20683
❯ git push [email protected]:dkempdesigns/freeCodeCamp.git pr-20683:patch-2
Enumerating objects: 444, done.
Counting objects: 100% (352/352), done.
Delta compression using up to 4 threads
Compressing objects: 100% (137/137), done.
Writing objects: 100% (254/254), 46.76 KiB | 3.60 MiB/s, done.
Total 254 (delta 171), reused 147 (delta 94)
remote: Resolving deltas: 100% (171/171), completed with 64 local objects.
To github.com:dkempdesigns/freeCodeCamp.git
4c96bd8dc..6f4ce006b pr-20683 -> patch-2
Before anyone complains, I intend to make this into some handy scripts that you can use neatly later in the day. Thanks for your patience.