Post #2617045
2025-09-26 12:41 UTC
@agowa338@chaos.social that's one of my issues with git: with svn and mercurial I only needed to know a few basics; with git I need a Ph. D. in git administration \o/
Replies (1)
-
@agowa338@chaos.social 2025-09-26 12:44
@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