TestingDocs.com
Software Testing website
  • Automation
    • Selenium
    • JBehave Framework
  • Tutorials
    • MySQL Tutorials
    • Testlink
    • Maven
    • Git
  • IDEs
    • IntelliJ IDEA
    • Eclipse
  • Flowcharts
    • Flowgorithm
    • Raptor
  • About

Git

Install Git on Ubuntu Linux

Ubuntu

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

branching

Git /

What is Branching?

Version_Control_Centralized

Git /

Overview of Version Control Systems

Git Website

Git /

Getting Started with Git Version Control

Install Git on Windows 10

Git /

Install Git on Windows 10

Git Bash App

Git /

Set Up Git Bash On Windows 10

‹ Overview of Version Control Systems› What is Branching?

Recent Posts

  • MS Access Data Types
  • Install RAPTOR Avalonia on CentOS
  • Download RAPTOR Avalonia Edition on Windows
  • npm doctor command
  • Build & Run CLion Project
  • Create New CLion C Project on Windows
  • Configure CLion Toolchains on Windows
  • Launch CLion IDE on Windows
  • Activate CLion IDE
  • CLion IDE for C/C++ Development

Back to Top

Links

  • Contact
  • Privacy Policy
  • Cookie Policy

www.TestingDocs.com

Go to mobile version