[root@db-tom ~]# yum install git
[root@db-tom ~]# mkdir -p /home/netizen/git/project
[root@db-tom ~]# cd /home/netizen/git/project
[root@db-tom ~]# git config --global user.name "root"
[root@db-tom ~]# git config --global user.email mahfuj@xxxs.com
[root@db-tom ~]# git --bare init [Inside /home/netizen/git/project directory, run this command]
root@ip:/home/netizen/git/project [Netbeans repo path and password is server password]
Now play with Git & NetBeans