CODECOMMIT | GIT | INTRODUCTION | DEMO | CONFIGURATION

Опубликовано: 08 Апрель 2026
на канале: Cloudobby
251
4

AWS CODECOMMIT INTRODUCTION SESSION

What is version control (In Tamil):    • Devops | Version Control | Source Code Man...  

Try this from the command line to change the git config details.

git config --global --replace-all user.name "Your New Name"

git config --global --replace-all user.email "Your new email"

git config --global --edit

git config --global --list

git config --global --unset user.password

git config --global --unset user.password