GitLab User Setup | Git install | Git User Email Setup |GitLab Tutorial In Hindi|

Опубликовано: 29 Март 2026
на канале: VismoTech IT Training
313
18

Hi guys In this video I am going to show you how we will install git on our server or computer and then we will set our global user and global email so,

Commands for the tutorial are:

Step 1: Download git from https://git-scm.com/​ and install git

Step 2: Check git is installed on your system
git --version

Step 3: Run following git commands
git config --global user.name “xxxx”
git config --global user.name

git config --global user.email “xxxx”
git config --global user.email

git config --global --list

#GitLab #Git #github #github #gittutorial