Skip to content

Commit

Permalink
Consistent headlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mippzon committed Jan 27, 2018
1 parent 51cc665 commit c4d3c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions additional-material/removing-a-file.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Removing a File From Git
# Removing a file from Git

Sometimes, you may want to remove a file from Git but not delete it from your computer. You can achieve this by using the following command:

Expand All @@ -12,7 +12,7 @@ Notice that in the example above, the flag `--cached` is used. If we didn't add

If you commit the change with `git commit -m "Remove file1.js"` and pushed it to the remote repository using `git push origin master`, the remote repository will remove the file.

## Additional Features
## Additional features

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

Expand Down

0 comments on commit c4d3c67

Please sign in to comment.