diff --git a/foundations/installations/setting_up_git.md b/foundations/installations/setting_up_git.md index 27521aeeae..db467c2d78 100644 --- a/foundations/installations/setting_up_git.md +++ b/foundations/installations/setting_up_git.md @@ -151,12 +151,6 @@ GitHub recently changed the default branch on new repositories from `master` to git config --global init.defaultBranch main ``` -To enable colorful output with `git`, type - -```bash -git config --global color.ui auto -``` - You'll also likely want to set your default branch reconciliation behavior to merging. You'll learn what all those terms mean later in the curriculum, but for now just know that we suggest running the below command as part of the Git setup process when doing The Odin Project. ```bash