Skip to content

Commit

Permalink
Monor update to set up notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cemacrr committed Nov 24, 2023
1 parent 41cf788 commit 9c577b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
14 changes: 0 additions & 14 deletions Gemfile

This file was deleted.

9 changes: 8 additions & 1 deletion _episodes/02-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ For this lesson, we will be interacting with [GitHub](https://github.com/) and s
> And on Windows:
>
> ~~~
> $ git config --global core.autocrlf false
> $ git config --global core.autocrlf true
> ~~~
> {: .language-bash}
>
Expand Down Expand Up @@ -138,6 +138,13 @@ $ git config --global init.defaultBranch main
The five commands we just ran above only need to be run once: the flag `--global` tells Git
to use the settings for every project, in your user account, on this computer.
Let's review those settings and test our `core.editor` right away:
~~~
$ git config --global --edit
~~~
{: .language-bash}
You can check your settings at any time:
~~~
Expand Down

0 comments on commit 9c577b5

Please sign in to comment.