Using Terminal I made a few commits being:
git push
Enter username: username
Enter password: password
When I do it like this, the commits don't add up to my contribution graph on GitHub (even tough they are in the repository). However, when I do:
git push
Enter username: email address
Enter password: password
they show up. Is there something I'm doing wrong or is this just how GitHub works?
I've already set up the git config --global user.email and git config --global username.