How to install git for ubuntu?

How to install git on ubuntu?

So you plan to learn version control systems? You are at the right place, git is one of the best version control system out there. And when combined with GitHub, the combo becomes fire.
First make a GitHub account, if you haven't. Here is the link to GitHub.

Now open for installing git on your system open up your terminal and run the commands as follows:
  1. $sudo$ $apt$ $update$ This updates your system's default packages.
  2. Now, run $sudo$ $apt$ $install$ $git$ This install git onto your system
  3. Now, run $git$ $config$ $--global$ $user.name$ $"Rishabh Jain"$
  4. And, $git$ $config$ $--global$  $user.email$ $"rishabhjain08769@gmail.com"$
Note at the place of Rishabh jain and rishabhjain08769 write your own name and email id.
Congratulations your git is now set up on your system. 

No comments:

Post a Comment

Installing albert on ubuntu 19.04

Installing Albert on Ubuntu 19.04... Albert is not still released for ubuntu 19.04. But still, you can install it using the following ...