Skip to content

Commit

Permalink
Removes callout
Browse files Browse the repository at this point in the history
  • Loading branch information
anenadic authored Oct 24, 2024
1 parent dc0cd15 commit e430ab6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions episodes/04-version-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,14 @@ work on GitHub allowing other people to see and contribute to our work.

### Create a new repository

::: callout

### Default Git branch - `main`

Before we start using Git, if you have not done this step during setup, make sure to tell Git now to use `main`
as the default branch (instead of `master`) which is what we use in this course:

```bash
$ git config --global init.defaultBranch main
```

:::

Create a new directory in the `Desktop` folder for our work, and then change the current working directory
Let us create a new empty directory in the `Desktop` folder for our work, and then change the current working directory
to the newly created one:

```bash
Expand Down

0 comments on commit e430ab6

Please sign in to comment.