Skip to content

Commit

Permalink
chore: fixed contrib.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TarunAdobe committed Oct 5, 2023
1 parent 8a57e5f commit f5760e2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,6 @@ If you've gotten this far, then you can continue on with the next section on "Ge
git add path/to/filename.ext
```

You can also add all unstaged files using:

```shell
git add .
```

**Note:** using a `git add .` will automatically add all files. You can do a
`git status` to see your changes, but do it **before** `git add`.

Expand Down

0 comments on commit f5760e2

Please sign in to comment.