That's how it's done on start9. That's all I can say

Reply to this note

Please Login to reply.

Discussion

How what's done? Cloning a repo requires git. Git is just a simple program. It's not server software.

`git clone [repository url]` now you have a backup.

"Git" is not github/gitlab/gitea, those are complete git management servers all using git and adding (project)management features on top, meant to be hosted on a server (like startos). But just "git" is a decentralized source control management tool.