Skip to content

Commit 915697b

Browse files
committed
updates
1 parent f5c922e commit 915697b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

materials/1-Intro-Command-Line.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ The relative path to the another HackforLa project folder on my computer is:
141141
* Remove *one* of the previously created files.
142142
* Go up one directory and remove the `test` directory with the empty files in it. **NOTE**: Be careful and make sure you are removing the correct files!
143143
* Create an empty file called `test.txt`.
144-
* Change the name to `civic_hacking_is_cool.txt`.
144+
* Change the name to `opensource_is_cool.txt`.
145145
* Create an empty file called `my_secrets.txt`.
146146
* Create a new directory called `my_diary`.
147147
* Move the two previously created files into this directory.
148-
* Create a new directory called `my_blog`. Copy the file `civic_hacking_is_cool.txt` from `my_diary` to `my_blog`.
149-
* Examine the files in `my_blog` to confirm that `civic_hacking_is_cool.txt` is there.
148+
* Create a new directory called `my_blog`. Copy the file `opensource_is_cool.txt` from `my_diary` to `my_blog`.
149+
* Examine the files in `my_blog` to confirm that `opensource_is_cool.txt` is there.
150150
* Zip the folders `my_diary` and `my_blog` into a new file called `writings.zip`.
151151
* Delete the folders `my_diary` and `my_blog`.
152152
* Unzip `writings.zip` to get your folders back.

materials/3-Github.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The lesson materials are hosted on GitHub at https://github.com/ndanielsen/intro
99

1010
## Typical Workflows on Github
1111

12-
The typical workflow for a contributor to a new `Hack for La` Project is as follows:
12+
The typical workflow for a contributor to a `Open Source` Project is as follows:
1313

1414
1. **Discover** a bug or a feature.
1515
2. **Discuss** with the project leads by [adding an issue](https://github.com/ndanielsen/intro-cli-git-github/issues).
@@ -22,7 +22,7 @@ The typical workflow for a contributor to a new `Hack for La` Project is as foll
2222

2323
**Note**: Create a pull request as soon as possible, even before you've started coding. This will allow the Project Leads to give you advice about where to add your code or utilities and discuss other style choices and implementation details as you go. Don't wait!
2424

25-
Many Hack-for-La projects believe that *contribution is collaboration* and therefore emphasize *communication* throughout the entire process. Project Leads rely heavily on GitHub's social coding tools to allow them to do this.
25+
Many `Open Source` projects believe that *contribution is collaboration* and therefore emphasize *communication* throughout the entire process. Project Leads (ie maintainers) rely heavily on GitHub's social coding tools to allow them to do this.
2626

2727
### Forking the Repository
2828

0 commit comments

Comments
 (0)