Skip to content

Commit c93c1cd

Browse files
authored
Merge pull request #88 from LibraryCarpentry/dcmcand-patch-1
Update 02-getting-started.md
2 parents 166c2da + c67c7f8 commit c93c1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The `hello-world` directory is now a git repository.
5959
If we run the `ls` command now (`ls` lists the content of the `hello-world`
6060
directory), the repository might seem empty; however, adding the `-a` flag
6161
for all files via `ls -a` will show all hidden files, which in this case
62-
includes the new hidden directory `.git`.
62+
includes the new hidden directory `.git`. Flags can simply be thought of as command line options that can be added to shell commands.
6363

6464
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
6565
we are trying to get git to do something, rather than some other program.

0 commit comments

Comments
 (0)