|
|
* [New release instructions](https://gitlab.meridian.cs.dal.ca/public_projects/ketos/wikis/New-release-instructions)
|
|
|
|
|
|
* [Instructions for cleaning git history (to reduce repository size)](https://rtyley.github.io/bfg-repo-cleaner/)
|
|
|
|
|
|
* To view all files under git version control (including old files that have been deleted),
|
|
|
```
|
|
|
git log --pretty=format: --name-only --diff-filter=A | sort -u
|
|
|
``` |
|
|
\ No newline at end of file |