Email:
git config --global user.email "bilaltas@me.com"
Code language: Bash (bash)
Username:
git config --global user.name "Bilal TAS"
Code language: Bash (bash)
For one liners:
git config --global user.email "bilaltas@me.com" && git config --global user.name "Bilal TAS"
Code language: Bash (bash)
Leave a Reply