---

Git Tutorial for beginners (Part II)

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/

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis