Skip to content

Commit

Permalink
docs: specify main branch for git init in quickstart guide
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRene committed Mar 5, 2024
1 parent 40d445d commit 1182de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cli/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ inside a repository to work: one commit to compare the changes to and another co
As a first step, create a new git repository and navigate into it:

```sh
git init terramate-quickstart
git init -b main terramate-quickstart
cd terramate-quickstart
```

Expand Down

0 comments on commit 1182de3

Please sign in to comment.