From 72ea82c1d9bf806a7bb9b49d6264fce9aa4cc4c7 Mon Sep 17 00:00:00 2001 From: Nils Date: Sat, 28 Oct 2023 23:12:51 +0200 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4404ea..d8a50e2 100644 --- a/README.md +++ b/README.md @@ -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: