In "git the hard way", it asks us to setup: [user@localhost sage]$ git remote add trac git://trac.sagemath.org/sage.git -t master[user@localhost sage]$ git remote set-url --push trac g...@trac.sagemath.org:sage.git[user@localhost sage]$ git remote -vorigin git://github.com/sagemath/sage.git (fetch)origin git://github.com/sagemath/sage.git (push)trac git://trac.sagemath.org/sage.git (fetch)trac g...@trac.sagemath.org:sage.git (push)
Is there some explanation for *why* SAGEmath uses different URLs to fetch and push from the remote? How does this work, and why is this done? I'd love to know, and perhaps add a blurb to the documentation for folks like me who are puzzled. Best, ~Siddharth -- https://bollu.github.io/ -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAPipc%3D2bU61aoiOPzsqvaL0EUMWc_ymN-gtLbkmrvgyu7zm2cA%40mail.gmail.com.