TestingDocs.com
Software Testing website
  • JBehave
  • Selenium
  • Testlink
  • Maven
  • Git
  • RAPTOR
  • Questions

Install Git on Ubuntu Linux

Tweet
Pin it

Document Contents

  • Overview
  • Git Install
  • Git repository
  • Verification

Overview

In this tutorial, we’ll be going through the steps of installing the Git tool on Ubuntu Server.

Environment: Ubuntu Linux Server LTS.

Git Install

$ sudo apt install git-all

 

Git Install on Linux

Git repository

To initialize a local git repository, type the following command:

$ git init

Verification

We can the version from the terminal prompt if git is working after the install.

Check the path of the git repository. We should have a .git repository created in the path. Enable the hidden files feature.

 

Git Repository Linux

 

Git Tutorial on this website can be found at:

https://www.testingdocs.com/git-tutorials/

For more details on the Git, visit the official website at:

https://git-scm.com

Related Posts

Git /

What is Branching?

Git /

Overview of Version Control Systems

Git /

Getting Started with Git Version Control

Git /

Installing Git on Windows 10

Git /

Setting Up Git Bash On Windows 10

Tag Cloud

Agile Appium Tutorials C++ Eclipse Tutorials Git Tutorials IntelliJ Tutorials Java Java Tutorial JBehave Jenkins Jira Cloud JUnit Tutorial Maven Object-oriented Flowchart Python Tutorials Raptor Flowcharts Selenium IDE TestLink Tutorials

Random Posts

  • TestLink Bitnami Cloud Image
    Overview In this tutorial, we will see the steps

    Read more

  • Code Coverage Tools
    Overview Let’s look at some of the code coverage

    Read more

  • pCloudy Continuous Testing Cloud
    Overview pCloudy is a continuous testing cloud

    Read more

Latest Tweets

Tweets by @TestingDocs

Back to Top

TestingDocs.com

  • Privacy Policy
  • Cookie Policy
  • JBehave
  • Selenium
  • Testlink
  • Maven
  • Git
  • RAPTOR
  • Questions
www.TestingDocs.com | All Rights Reserved