Skip to content

Commit fe4d494

Browse files
committed
Fixed minor error in readme
'git clean -fdx' only erases untracked files. It doesn't erase all changes (as incorrectly stated in one place).
1 parent 134a00f commit fe4d494

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Before building or running for the first time:
1616
3. Clone source repository: `git clone https://github.com/jamesshore/lets_code_javascript.git`
1717
4. All commands must run from root of repository: `cd lets_code_javascript`
1818

19-
*Note:* If you update the repository (with `git pull` or similar), be sure to erase generated files with `git clean -fdx` afterwards. (Note that this will erase any changes you've made, so be sure to check in what you want to keep first.)
19+
*Note:* If you update the repository (with `git pull` or similar), be sure to erase generated files with `git clean -fdx` afterwards. (Note that this will erase any files you've added, so be sure to check in what you want to keep first.)
2020

2121
To build and test:
2222
------------------
@@ -56,4 +56,4 @@ To deploy:
5656

5757
1. Run `./jake.sh deploy` (Unix/Mac) or `jake deploy` (Windows)
5858

59-
*Note:* The master and integration branches are not guaranteed to deploy successfully. The last known-good deploy was commit eccf8da793aef7871ab1fcc104b7f64d79986681. We'll establish better deployment practices in a future chapter of the screencast.
59+
*Note:* The master and integration branches are not guaranteed to deploy successfully. The last known-good deploy was commit eccf8da793aef7871ab1fcc104b7f64d79986681. We'll establish better deployment practices in a future chapter of the screencast.

0 commit comments

Comments
 (0)