Replies: 4 comments 6 replies
-
What's more troublesome is that the repository image function of the free version of gitlab can only be submitted and not pulled, so there are too many steps to create a PR, not to mention, to pull your refresh code has to be cloned directly from GitHub, you have to see two copies of the code, which is inconvenient to operate. |
Beta Was this translation helpful? Give feedback.
-
I will work on making it easier to make pull requests across multiple repositories soon. In the meantime, if you want to make changes to a specific repository, you can create a pull request on that repository. For the specific issue of gimain usage that it looks like you are facing, I will get rid of gimain usage across all repositories now. |
Beta Was this translation helpful? Give feedback.
-
No, that's not what I'm describing, it's easy to just pull the code from your repository: just clone it locally, Goland will open the directory and automatically manage 60 repositories, click pull will pull the refreshed code of 60 repositories at once, and then add it to the workspace and you're done. The confusion I described is that it is troublesome to participate in your development, sorry for my bad English, because multiple people developing multiple repositories must be pulling and pushing and pr at the same time, if you can only pr commit code to your repository after forking, it is cumbersome to commit and pull the refresh code of your repository after forking 60 repositories. On the contrary, just pull your repository to refresh the code, and the local test is as mentioned before, and clicking the button on the goland will refresh all the repository code at once. So the question is: is there an easy way to get involved in your development, such as making multiple repository PRs, and then you check my commit merge operation. |
Beta Was this translation helpful? Give feedback.
-
hi , i maked a big rep test: |
Beta Was this translation helpful? Give feedback.
-
hey,Is there a way to create a PR on the local machine? What I did before was to clone someone else's repository into my repository, then I submitted it to my repository, and finally I clicked Create PR request in my repository. But I found that you have 60 repositories, forks are too troublesome, and I can't access github every time in China, I have to mirror to gitlab, and then I commit to gitlab first, and then synchronously mirror to github under my repository, and finally create PR. I feel that it is troublesome to participate in your development at the moment, and I also share the pressure of your development
Beta Was this translation helpful? Give feedback.
All reactions