GitHub Modifying Someone Else's Pull Request and Committing

This article is machine translated by DeepL from amzrk2.cc and has no real meaning.

Sometimes we need to make changes to the pull request submitted to our project by community developers, such as additions to configuration files and resource files. In this case, we can just reply to the request with the changes, but there is a simpler option: we can submit a commit directly to the pull request.

   1 min  githubgit

How does a GitHub Forked Repository Sync with the Original Repository

This article is machine translated by DeepL from amzrk2.cc and has no real meaning.

It’s been a long time since I’ve contributed code to a community project, and today I had a whim to contribute something more. It’s definitely not possible to change it directly, and deleting the fork is not a good choice either, so how to synchronize your own fork project with the original repository?

   1 min  githubgit