Git Basics: How to Configure Git on Local System

Опубликовано: 15 Август 2026
на канале: Кирти Бансалl-TechTalk
15
1

Hi all,

Please refer the above video to have understanding of how to configure git on local system.

Reference doc:
Official Documentation: https://git-scm.com/docs/git-config

Commands:
git config --global user.name "type your github username"
git config --global user.email "type your github email"

Please do like ,comment and share , let me know your thoughts on this.

Thanks.