mirror of https://codeberg.org/Sonoj/osamc.de
update readme
This commit is contained in:
parent
bba93df192
commit
72ea82c1d9
|
@ -31,7 +31,7 @@ The collaborative text pad is currently not in this git. #TODO
|
|||
## Large File Storage
|
||||
|
||||
Since we host large files, like music sessions, in the archive it needs git large file storage for
|
||||
github. git lfs is detected by github, you or other users don't need to setup anything on github,
|
||||
codeberg. git lfs is detected by codeberg, you or other users don't need to setup anything on codeberg,
|
||||
just in the local repositories.
|
||||
|
||||
|
||||
|
@ -50,6 +50,7 @@ git lfs track "*.ardour-session-archive"
|
|||
git lfs track "*.zip"
|
||||
git lfs track "*.wav"
|
||||
git lfs track "*.flac"
|
||||
git lfs track "*.tar.gz"
|
||||
git add .gitattributes
|
||||
```
|
||||
|
||||
|
@ -62,7 +63,7 @@ git push
|
|||
```
|
||||
|
||||
If you accidentally commited files before adding them to the lfs tracker you need git lfs migrate:
|
||||
https://github.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-migrate.adoc?utm_source=gitlfs_site&utm_medium=doc_man_migrate_link&utm_campaign=gitlfs
|
||||
https://codeberg.com/git-lfs/git-lfs/blob/main/docs/man/git-lfs-migrate.adoc?utm_source=gitlfs_site&utm_medium=doc_man_migrate_link&utm_campaign=gitlfs
|
||||
|
||||
|
||||
Convert the existing files:
|
||||
|
|
Loading…
Reference in New Issue