25
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 11 Aug 2025
25 points (96.3% liked)
Photon
933 readers
2 users here now
Photon for Lemmy
A client for the fediverse designed to be intuitive, fast, and sleek.
This community is a place to ask questions, report bugs, check on the latest updates, or share your experiences with Photon!
You can contact me at @[email protected].
Links
Rules
- Posts must be related to Photon (in any way)
- Don't be mean
- If your post is a bug report, please preface the title with
[solved]
if it's been fixed.
founded 2 years ago
MODERATORS
The magic of git is that if something happens it's trivial to switch. Honestly, I would just stick on GitHub until there's an actual reason to change. You can just do
git remote set-url origin NEW_SERVER
, do agit push
and bam, your repo is restored with all of its history.It's so easy to move, it's not worth worrying about imo
Only difficult part is moving pull requests and issues.
It would be kinda funny as an excuse to run away from the issues tab though
it's not so hard. you can just link previous PRs for comments, and re-home them. you can make a PR cross-platform it just won't necessarily render right in the web UI.
git is stupid powerful. reject web UI return to email list (Linux kernel vibes)