From ac8e09963422ea63a556f4317ec7204a9b374ab9 Mon Sep 17 00:00:00 2001 From: Beano <67147823+BenWeberStorWater@users.noreply.github.com> Date: Thu, 25 Feb 2021 21:28:08 +0100 Subject: [PATCH] Update bibliography.md Updated list to: -[x] Include freeCodeCamp Youtube video Highly debatable location, but it was a great resource that encouraged me to try my first pull request here. Seeing it in action, how the UI is navigated it very helpful for someone like myself. --- guide/git_flow/bibliography.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/git_flow/bibliography.md b/guide/git_flow/bibliography.md index bb89979..6cd7ea7 100644 --- a/guide/git_flow/bibliography.md +++ b/guide/git_flow/bibliography.md @@ -73,6 +73,11 @@ Online courses and step-by-step demonstrations explaining the most popular Git c ### GitHub #### Pull Requests (PR) ```{eval-rst} +.. [quick_rundown_video] + freeCodeCamp Youtube Video to understand basic UI of GitHub + + https://www.youtube.com/watch?v=yzeVMecydCE&t=2206s&ab_channel=freeCodeCamp.org + .. [about_pull_requests] Explains the basics about Pull requests