Skip to content

Commit 660403d

Browse files
committed
markdown source builds
Auto-generated via {sandpaper} Source : 71b65b2 Branch : main Author : Seth Erickson <[email protected]> Time : 2024-07-03 21:27:46 +0000 Message : Merge pull request #165 from LibraryCarpentry/rm-simply remove dismissive language
1 parent 6c3301f commit 660403d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

02-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ On a command line interface, Git commands are written as `git verb options`,
133133
where `verb` is what we actually want to do and `options` is additional optional information which may be needed for the `verb`. So let's get started with our setup.
134134

135135
We will now create an empty git repository to track changes to our project. To do this we will use the git **init** command,
136-
which is simply short for *initialise*.
136+
which is short for *initialise*.
137137

138138
```bash
139139
$ git init
@@ -148,7 +148,7 @@ The `hello-world` directory is now a git repository.
148148
If we run the `ls` command now (`ls` lists the content of the `hello-world`
149149
directory), the repository might seem empty; however, adding the `-a` flag
150150
for all files via `ls -a` will show all hidden files, which in this case
151-
includes the new hidden directory `.git`. Flags can simply be thought of as command line options that can be added to shell commands.
151+
includes the new hidden directory `.git`. Flags can be thought of as command line options that can be added to shell commands.
152152

153153
Note that whenever we use git via the command line, we need to preface each command (or verb) with `git`, so that the computer knows
154154
we are trying to get git to do something, rather than some other program.

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"contribute.md" "6f688a330994cf2ec8aab8076927dc05" "site/built/contribute.md" "2023-04-21"
66
"index.md" "773cf78e1289f5ca1461848f3c59dfdb" "site/built/index.md" "2023-04-21"
77
"episodes/01-what-is-git.md" "445007d28cfc4ea532840d493b6d10e6" "site/built/01-what-is-git.md" "2024-07-03"
8-
"episodes/02-getting-started.md" "9172e07296d1faf9f41b1fa4aff463ba" "site/built/02-getting-started.md" "2023-11-15"
8+
"episodes/02-getting-started.md" "a706fb1eba599733b9f6513b218fe017" "site/built/02-getting-started.md" "2024-07-03"
99
"episodes/03-sharing.md" "fa93ae93bdde6c549f0a27449c537177" "site/built/03-sharing.md" "2023-04-21"
1010
"episodes/04-review.md" "9e589dcefa2ff8f2d9ce79e2f5eda5df" "site/built/04-review.md" "2023-04-21"
1111
"episodes/05-github-pages.md" "3557acd2d88322190d2a31282733cc05" "site/built/05-github-pages.md" "2023-04-21"

0 commit comments

Comments
 (0)