How To Install Git with Apt in ubuntu.

To install git in Ubuntu you can use apt package management tools.

Open terminal (ctrl+alt+t) and paste the bellow commands.

  • sudo apt-get update
  • sudo apt-get install git 
Enjoy.........

Comments

Popular posts from this blog

How to find the companyId in Liferay.

How to add portlet in liferay theme.

How to create soap client for ofbiz service or ofbiz service invocation from another application.