Post #2617046
2025-09-26 12:44 UTC
@mia@tearoom.tearmoon.com Not really. You could also just do a git clone and use your local folder as a remote too. Everything else is just advanced usages that has some benefits compared to the simpler ways. Like you'll need less disk space.
But all you need is still:
* git clone
* git push
* git pull --all
* git status
* git add
* git commit
* (maybe) git remote add myfork $url
* (maybe, but most of the time you're doing something wrong when you think you need it) git lfs
Replies (1)
-
@mia@tearoom.tearmoon.com 2025-09-26 12:48
@agowa338@chaos.social I am not the one doing git clone, it's poudriere updating its local copy from FreeBSD's main ports repository and I am working on that local copy