Skip to content

Commit

Permalink
Revert "Fixing minor lint warnings for markdown."
Browse files Browse the repository at this point in the history
This reverts commit e64ccc0.
  • Loading branch information
mippzon committed Jan 27, 2018
1 parent e64ccc0 commit 30945ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions additional-material/removing-a-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ If you commit the change with `git commit -m "Remove file1.js"` and pushed it to

### Additional Features

-If you want to remove more than one file, you can include them all in the same command:
- If you want to remove more than one file, you can include them all in the same command:

`git rm file1.js file2.js file3.js --cached`
`git rm file1.js file2.js file3.js --cached`

-You can use a wildcard (*) to remove similar files. For example, if you would like to remove all .txt files from your local repository:
- You can use a wildcard (*) to remove similar files. For example, if you would like to remove all .txt files from your local repository:

`git rm *.txt --cached`

0 comments on commit 30945ec

Please sign in to comment.