>>47083405>>47083440You're lucky I checked the catalog...say something when you bake man...
>>47083500oi, kek, lol, somehow I knew it was the former
>>47083412Anyways, I stopped keeping the "local" copy of my own repo entirely, because Git LFS is a fucking piece of shit.
I nuke it and then re-clone it when I want to make changes. If you want to move things around, without deleting a bunch of shit locally, you can try the following:
1. Open a new PowerShell window. Entirely new.
2. Run this command exactly:
$env:GIT_LFS_SKIP_SMUDGE=1
3. "cd"-eez nuts your way into an entirely unrelated directory
4. git clone your repo
4.1 it won't download any LFS objects, you'll just have pointers to them
4.2 you'll need to "git config
user.name" and "git config user.email" again if you didn't set them globally
I did not, since I use git locally for github as well with different credentials and those are my globally stored credentials5. move all the shit you want around. rename it. put it in new folders. the whole nine yards
6. "cd"-eez nuts your way into the main directory of this new copy of your repository
7. git add .
8. git commit -v -F "..\they do it for free.txt"
9. git push -v
ta-da
I said you wouldn't like my answer>>47084025Anon, you're officially the dumbest person in this thread. Congratulations.
https://files.catbox.moe/x5a1h6.png