Working with gitlab
Admin part
- Setup main Project and Repo
- fork it for a user inside gitlab
- move related issues to it inside gitlab
- create related user on shell system
- create a fork of it into the shell system
- create hooks for post commit that pushes or pulls the changes into the users gitlab fork bi directional
Configure pam and shell auth
options are google auth and so on
Restricting user shell to git-shell
chsh -s $(command -v git-shell)
Working with gitlab
Admin part
Configure pam and shell auth
options are google auth and so on
Restricting user shell to git-shell
chsh -s $(command -v git-shell)