Search This Blog

Lets go..




Manage your Inventory | Grow your restaurant business | Manage your Employee | Control your accounts

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

2 comments:

  1. Thanks bud! It really helped me, I had no idea of How to install Git in linux machine. Very quick and clear.

    ReplyDelete
  2. Greetings! I know this is kind of off topic but I was wondering if you knew where I could get a captcha plugin for my comment form? I'm using the same blog platform as yours and I'm having problems finding one? Thanks a lot!

    ReplyDelete

Thanks for your opinion