Skip to content

Commit 3308463

Browse files
committed
Example 3: Add files before committing
1 parent 9a24570 commit 3308463

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

version-control/command-line/tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ $ git diff
196196
The -/+ indications you can see mean
197197

198198
**-** indicates lines removed from the code.
199-
199+
200200
**+** indicates lines added to the code.
201201

202202
```bash
@@ -220,6 +220,7 @@ index 21f15d1..c2031f1 100644
220220
### After you verify your change, commit and push them
221221

222222
```bash
223+
$ git add .
223224
$ git commit -m 'Added git status description'
224225
$ git push origin master
225226
```

0 commit comments

Comments
 (0)