this post was submitted on 26 Jun 2024
9 points (100.0% liked)

Forgejo

107 readers
1 users here now

This is a community dedicated to Forgejo.

Useful links:

Rules:

founded 8 months ago
MODERATORS
 

Hi folks! I'm currently trying to learn a good workflow to fork a (say) github project and work on it on my forgejo. I have made forks and PRs in the past but I fail to see how to do it in this case, at least efficiently.

I could of course fork on github and mirror the repo on my forge. That would include me putting my work on github instead of only making a PR on github. I would prefer forking directly to my forge and sending only the PR on github. On the other hand, if I delete my fork afterward, it was pretty irrelevant to begin with.

How would you approach this?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 4 days ago (1 children)

Well, Pull Request is not a git feature, it's a GitHub feature. So you can only make PRs from forks on GitHub. Whether you store your work on your own Forgejo as well is up to you but you can't go around GitHub if you want to make PRs.

[–] [email protected] 1 points 4 days ago

Request-pull, on the other hand is a native git feature. Just no one uses it AFAIK, and you'll probably confuse anyone if you try.

https://git-scm.com/docs/git-request-pull