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

JPA vs Spring JPA vs Spring Data JPA vs Hibernate

How to add portlet in liferay theme.

How to enable cross origin in apache.