I have a question about the Github project.

Asked 2 years ago, Updated 2 years ago, 38 views

I'm running an algorithm study, and it's not offline with people I know, but it's open for anyone to access using open chat.

But I think it would be fun to organize all the algorithms we studied in one Github project.

Can't anyone commit freely or set up a project like that?

And I think there will be people who will definitely have a negative impact, but it will be difficult to change or delete only what you commit, right?

github

2022-09-22 18:31

1 Answers

In addition to github, there is a function to create a project (storage) privately using gitlab and invite members from the settings.
If the permission is Developer, commitment to the Master branch is not possible.
Permissions can be set to Maintainer, etc.
With Developer privileges, you can create individual branches and use commit push and merge request requests.

The downside is... Compared to github, the site is a bit slow, but the advantage is that it is an on-premise installation, so if there is a personal server and there is enough capacity, it is a great git service. Docker Kubernetes and CI/CD tools are also well equipped.


2022-09-22 18:31

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.