Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion customer/LAB1.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Make a small edit and create a new commit.

```bash
vim <UPDATE YOUR APP or TEST CODE>
git commit --all --message test
git add <UPDATED FILE>
git commit --message test
```

**Verify:** You should see:
Expand Down
Loading