cara terhubung ke repo git di cmd

git config --global user.name "your_username"
git config --global user.email "[email protected]"
# then try to clone a repo anywhere on your desktop
# This will trigger a username password prompt after which you are logged in
Trained Tuna