Skip to content

Commit

Permalink
Update 02-setup.md
Browse files Browse the repository at this point in the history
Add config to set default branch to main, also updating color.ui
  • Loading branch information
murphyqm authored Mar 18, 2024
1 parent 0301049 commit d2db9f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _episodes/02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Jane sets up her new laptop:
~~~
$ git config --global user.name "Jane Smith"
$ git config --global user.email "[email protected]"
$ git config --global color.ui "auto"
$ git config --global color.ui auto
$ git config --global init.defaultBranch main
~~~
{: .bash}

Expand Down

0 comments on commit d2db9f1

Please sign in to comment.