Skip to content

Commit

Permalink
stop tracking file by removing cached info
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Feb 28, 2020
1 parent 9d6beb6 commit 689ded8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,10 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org
mv $HOME/ncbimeta.yaml.bak ncbimeta.yaml
git add -f ncbimeta.yaml
```
Stop git from continuing to track the file and ignore
```
git rm --cached ncbimeta.yaml
echo "ncbimeta.yaml" >> .gitignore
```
[Development]: https://github.com/ktmeaton/NCBImeta/compare/HEAD...dev
[v0.1.0]: https://github.com/ktmeaton/NCBImeta/compare/0447d630299ae11f7ffffb26280b1288e1c09c72...HEAD

0 comments on commit 689ded8

Please sign in to comment.