Search This Blog

Lets go..




Manage your Inventory | Grow your restaurant business | Manage your Employee | Control your accounts
Showing posts with label NetBeans IDE. Show all posts
Showing posts with label NetBeans IDE. Show all posts

Thursday

How to install Git in linux machine and link with NetBeans IDE

[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