Skip to content

Commit

Permalink
remove git color.ui auto manual setting
Browse files Browse the repository at this point in the history
color.ui auto is already the default
  • Loading branch information
Asmatzaile committed Oct 19, 2024
1 parent 455aae5 commit c5aa108
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions foundations/installations/setting_up_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5aa108

Please sign in to comment.