Login

User / Repo sync to upstream

open
Ben 1 month ago

One thing I'd like to experiment with is specifying official upstreams somehow and have the backend automatically sync everything in the background, this will probably require the SSE event stream to be efficient, although I suppose in the beginning we could just regularly push/pull changes. In the end I'd like to automatically have all repos of my user available localy without having to manually pull things, additionally if I commit to the local mirror things should land upstream automatically, this would be super nice for offline work.

Ben 1 month ago

For issues this already works quite well, it's just that I have to manually push/pull things using the git cli, so automating this would be quite convenient