From 4f2baa3312537f5126c57c20983fc9dc5a13179f Mon Sep 17 00:00:00 2001 From: Duarte Areias dos Reis <73996326+Dutesier@users.noreply.github.com> Date: Wed, 28 Sep 2022 10:00:23 +0100 Subject: [PATCH] Update Readme prerequisites section Git init default branch needs to be named "master", otherwise multiple levels will not validate a success --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 116ccdc..95c29f3 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ ruby --version If ruby is not installed, follow the installation instructions on [ruby-lang.org](https://www.ruby-lang.org/en/documentation/installation/). +Your git default branch should be named master. To set it as such you can run the command: + +``` +git config --global init.defaultbranch master +``` +Don't worry, you'll learn more about how this works later in the game. + ### Installation To install Githug, run