Git Tutorial for beginners (Part II) | Linux Today

Git Tutorial for beginners (Part II)

Written By
C
CCHAKRAVARTY
Feb 2, 2020

Git Installation
We can install Git in Linux, MAC(OS) or Windows Operating System. In this tutorial let us learn to install and configure Git on Ubuntu(Linux).

$ sudo apt install git-all

Git Config
After Git installation, the very first thing that you should do is to configure Git. The following are the important commands that you should know about Git Config.

Set your Username in Git

$ git config ???global user.name ???chandan???

Set your Email Address in Git

$ git config ???global user.email chandan@devopsmyway.com

Read More………
https://devopsmyway.com/git-tutorial-for-beginners-part-ii/

C

CCHAKRAVARTY

Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2026 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.