-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add buttons to create a superproject and submodules #2142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
But I think maybe Gitea has already supported that? |
As I've explained on IRC, Gitea already has support for Submodules, and a Superproject is just a name for a repo that only contains Submodules. There is no button in Gitea to add submodules to a repo, but that would be another issue 🙂 |
A button to add a sub module (or update an existing sub module) would be handy! |
@3shirtlessmen The "button" would be the "edit"-button on |
Gitea is a GUI which offers solutions in a more easy way? |
The above link didn't get me any closer to figuring out how to use submodules but this link did: https://git-scm.com/book/en/v2/Git-Tools-Submodules |
Hi! I would be also interested on this feature! |
Displaying submodules works already (as in github or gitlab). See this example project https://git.osuv.de/m/tinywebdis which uses https://github.com/soveran/resp as a submodule. However, nor github nor gitlab supports this feature to manage submodules in the web UI. In my opinion, managing submodules on the remote server will interrupt the local development workflow. You need to run |
…from algernon/forgejo:b/v1.21/missing-branch-makes-server-sad into v1.21/forgejo Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/2142 Reviewed-by: Gusted <[email protected]>
EDIT: I changed this topic from submodule and superproject support to button support
The text was updated successfully, but these errors were encountered: