Skip to content

Commit

Permalink
extra data purge instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Feb 28, 2020
1 parent cf752f0 commit a94a5f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org
```
git filter-branch --force --index-filter "git rm --cached --ignore-unmatch ncbimeta.yaml" --prune-empty --tag-name-filter cat -- --all
```

Push the changes to the remote
```
git push origin --force --all
```
(Restore default config file)
```
mv $HOME/ncbimeta.yaml.bak ncbimeta.yaml
git add -f ncbimeta.yaml
```
[Development]: https://github.com/ktmeaton/NCBImeta/compare/HEAD...dev
[v0.1.0]: https://github.com/ktmeaton/NCBImeta/compare/0447d630299ae11f7ffffb26280b1288e1c09c72...HEAD

0 comments on commit a94a5f1

Please sign in to comment.