Skip to content

Commit

Permalink
Setting Up Git: Remove redundant default setting instruction (#28975)
Browse files Browse the repository at this point in the history
color.ui auto is already the default
  • Loading branch information
Asmatzaile authored Oct 28, 2024
1 parent a4d442b commit c7823fa
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 c7823fa

Please sign in to comment.