git mengatur pengguna lokal
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]
Viruscom1000