What is Git?



Git is a version-control system for tracking changes in computer files and coordinating work on those files among multiple people. It is primarily used for source-code management in software development, but it can be used to keep track of changes in any set of files.
how to setup git on ubuntu ppa
just run this below mentioned three command one by one:
$ sudo apt-add-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git
after run above mentioned three command run below command
$ git --version

Comments

Popular posts from this blog

Things To Do After Installing Ubuntu 18.04 LTS Desktop

What is SSH?How Does SSH Work?