Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 4bc9810
Branch  : main
Author  : Martino Sorbaro <[email protected]>
Time    : 2024-08-10 14:59:54 +0000
Message : Merge pull request #1011 from astroDimitrios/remove-03-branch

Remove checkout branch main section in episode 3
  • Loading branch information
actions-user committed Aug 10, 2024
1 parent 496d4c4 commit e1710d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions 03-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,19 +82,6 @@ including the tracked files and sub-directories located within the project's dir
If we ever delete the `.git` subdirectory,
we will lose the project's history.

Next, we will change the default branch to be called `main`.
This might be the default branch depending on your settings and version
of git.
See the [setup episode](02-setup.md#default-git-branch-naming) for more information on this change.

```bash
$ git checkout -b main
```

```output
Switched to a new branch 'main'
```

We can now start using one of the most important git commands, which is particularly helpful to beginners. `git status` tells us the status of our project, and better, a list of changes in the project and options on what to do with those changes. We can use it as often as we want, whenever we want to understand what is going on.

```bash
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"index.md" "9944fa80d27d4d21044683f3efaca6eb" "site/built/index.md" "2023-11-20"
"episodes/01-basics.md" "78184e84f5bf3b0dd88de3918e927591" "site/built/01-basics.md" "2024-06-20"
"episodes/02-setup.md" "5abb7879c09c68c0dbcdec08705ee755" "site/built/02-setup.md" "2024-05-28"
"episodes/03-create.md" "168c21a6a4ecf78bd2cd88700f9da13b" "site/built/03-create.md" "2024-07-03"
"episodes/03-create.md" "9f607d02112d9f23912c129b681a1713" "site/built/03-create.md" "2024-08-10"
"episodes/04-changes.md" "57b35b367e731cf7f620cc0a3841f441" "site/built/04-changes.md" "2024-06-20"
"episodes/05-history.md" "aa7792fc6d43013e729bf454288ffb03" "site/built/05-history.md" "2024-07-18"
"episodes/06-ignore.md" "0683eb66e0a84b5297827704a1010c7b" "site/built/06-ignore.md" "2023-09-18"
Expand Down

0 comments on commit e1710d0

Please sign in to comment.