Git: Configuration /Username & Email

Опубликовано: 04 Октябрь 2024
на канале: Block of code
760
3

So in current show tutorial video you are going to learn how to login with git

steps :
1- open terminal window
2- type next command line and press enter : git config --global user.name “type your name between double quotations “
3- type second command line and press enter : git config —global user.email “Type your email without double quotations “