1 / 6

How to Install Git Ubuntu

Git is a popular free, distributed version control system used by millions of businesses around the world. This video will walk you through the steps to install Git in Ubuntu.<br><br>For detailed steps visit - https://fedingo.com/how-to-install-git-in-ubuntu

Download Presentation

How to Install Git Ubuntu

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How To Install git in Ubuntu

  2. There are two ways to install git You can install git • Via package managers such as apt • Via Source code

  3. Install Git from package • Install prerequisites • Install git using apt install • Check git version For detailed commands visit https://fedingo.com/how-to-install-git-in-ubuntu/

  4. Install Git from Source • Install Dependencies • Download git • Extract .tar.gz file • Compile and Install git • Verify Git version For detailed commands visit https://fedingo.com/how-to-install-git-in-ubuntu/

  5. Configure Git Run the following two commands to set up username and email for git user. Replace “Your Name” and youremail@yourdomain.com with your name and email respectively. $ git config --global user.name "Your Name" $ git config --global user.email "youremail@yourdomain.com"

  6. Thank You Visit for more https://fedingo.com/how-to-install-git-in-ubuntu/

More Related