From 257426f486054a82b442cda13bc8bc7987f508cf Mon Sep 17 00:00:00 2001 From: Mark Joshwel Date: Wed, 5 Jun 2024 11:11:27 +0800 Subject: [PATCH] meta: add lfs commands --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c4f849..1ed67f7 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,13 @@ proof of concept and test repository for pushing beeg repositories to 𝓁𝒶 > if the project has a github deliverable, you must have different remote names \ > i would recommend `origin` pointing to github, and `forge` pointing to the forge - ![forge instructions](https://forge.joshwel.co/mark/stld-asg1/raw/branch/main/Documentation/Screenshot%202024-06-05%20100151.png) + ``` + git checkout -b main + git lfs install + git config lfs.https://forge.joshwel.co//.git/info/lfs.locksverify true + git remote add forge https://forge.joshwel.co/mark/// + git push -u forge main + ``` 4. profit