GIT admin management

How to create a GIT user:

1.    Install GIT bash

2.    ssh-keygen -t rsa

3.    Collect id_rsa.pub file

4.    Open id_rsa.pub text editor and collect user name like “iman@BM-DEV-1”

5.    Rename “id_rsa.pub” file  name  to “iman@BM-DEV-1.pub

6.    Upload “iman@BM-DEV-1.pub” to server “gitosis-admin/keydir” folder

Assign user to specific GIT project

1.    Open File “gitosis-admin/gitosis.conf”  to text editor
2.    Members  =  iman@BM-DEV-1

Create new Git Project

Edit  "gitosis-admin/gitosis.conf" file and add thie following code
[group project_name]
writable = project_name
members = milon@BABA root@bakar.bitmascot.com iman@BM-DEV-19