Kredensial Toko Git
// local
git config credential.helper store
// global
git config --global credential.helper store
GutoTrosla
// local
git config credential.helper store
// global
git config --global credential.helper store
git config user.name "your username"
git config user.password "your password"
git config --global credential.helper store
To store the token git credential so that you don't have to type token everytime, use this command before pushing.
git cofig credential.helper store