%%
Last Updated:
- [[2021-02-09]]
- [[2020-12-09]]
%%
## Changing credentials
- `git config --list` to see what's already been set
- `git config --global credential.username "nicolek6"` to change username
- `git config --global user.email "
[email protected]"` to change email
## See Also
- [[Git]]
- [[Setting up multiple GitHub accounts on the same machine]]