Mengatur pengguna di git
git config --global user.name "Your Name Here"
git config --global user.email [email protected]
Its me
git config --global user.name "Your Name Here"
git config --global user.email [email protected]
git config user.name "Your Name Here"
git config user.email [email protected]
Or Global
git config --global user.name "Your Name Here"
git config --global user.email [email protected]
$ git config --global user.name
> Mona Lisa