Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 269 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 269 Bytes

Add your accaunt

git config --global user.name "your user name" --replase-all
git config --global user.email "your email" --replase-all

Check

git config --global user.name
git config --global user.email