Nutomic / ibis

GNU Affero General Public License v3.0
77 stars 5 forks source link

git push #34

Closed tekakutli closed 4 months ago

tekakutli commented 6 months ago

feature request

it would be nice if you could implement some git functionality, specifically git push so that you could do your thing in whatever repo and then just change the remote and git push into the wiki

I'm not suggesting to administer the article through git. I'm only suggesting "git push" as a tool to upload, specifically. I could also describe this as "faking a repo".

Nutomic commented 6 months ago

That sounds quite complicated as it would require implementing large parts of the git protocol, and making sure hashing etc is compatible. I also dont see how this would work in a git repo with multiple files.