change config for this repository code example
Example 1: change config for this repository
git config --global credential.username "new_username"
Example 2: change config for this repository
git config credential.username "new_username"
git config --global credential.username "new_username"
git config credential.username "new_username"