meta: add lfs commands
This commit is contained in:
parent
2e7e0d182e
commit
257426f486
|
@ -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 \
|
> 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
|
> 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/<username>/<repository>.git/info/lfs.locksverify true
|
||||||
|
git remote add forge https://forge.joshwel.co/mark/<username>/<repository>/
|
||||||
|
git push -u forge main
|
||||||
|
```
|
||||||
|
|
||||||
4. profit
|
4. profit
|
||||||
|
|
||||||
|
|
Reference in a new issue