Git How to Configure Username & Email through Git Bash command line

VDS Tech Labs
VDS Tech Labs
33.6 هزار بار بازدید - 5 سال پیش - Commands Used in this video:========================To
Commands Used in this video:
========================
To change the directory
--------------------------------
cd 'name of dir'
-------------------------------------------
To Config Username & Email:
-------------------------------------------
git config --global user.name "User name"
git config --global user.email "Email"
--------------------------------------------
To Show only one Settings:
------------------------------------
git config user.name - for username
git config user.name - for email
---------------------------------------------
To show all settings in one shot:
------------------------------------------
git config --list
5 سال پیش در تاریخ 1398/07/06 منتشر شده است.
33,602 بـار بازدید شده
... بیشتر