Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 161 Bytes

remove-ignored.md

File metadata and controls

7 lines (4 loc) · 161 Bytes

remove-ignored

git rm --cached ignored.txt

this removes tracking of the file but does not delete it from the local repo.

add the changes and commit