Skip to content

Commit bc4decf

Browse files
committed
Explicitly state the directory we should be in
This is because "git add -A ." only stages things from the current directory.
1 parent ac645a7 commit bc4decf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ First off, let's see what files have changed since we last deployed:
144144

145145
$ git status
146146

147-
Let's tell `git` to include all the changes from the current directory:
147+
Make sure you're in the `djangogirls` directory and let's tell `git` to include all the changes within this directory:
148148

149149
$ git add -A .
150150

0 commit comments

Comments
 (0)