fac20 / Week-1-AJNP

AJNP agency website
https://fac20.github.io/Week-1-AJNP/
0 stars 0 forks source link

Git accounts #26

Closed oliverjam closed 4 years ago

oliverjam commented 4 years ago

It looks like you managed your git/GitHub stuff well—you've got a pretty even distribution of commits and good use of issues/PRs ✨ :octocat:

@jessica440 it looks like maybe your local git user isn't configured correctly—you've got commits showing up with 3 different accounts somehow. This happens to people every cohort; I think you just need to make sure your local git user email matches the one on your GitHub account.

jessica440 commented 4 years ago

I don't know how to fix it! :(

oliverjam commented 4 years ago

What do you get if you run git config --get user.email in your terminal? I think you need that email address to match the one in your GitHub profile.

You can set this for all your local repos using git config --global user.email "email@example.com".

There's a bit more info here: https://docs.github.com/en/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address

jessica440 commented 4 years ago

I might be doing something wrong but it doesn't show any email address

jessica440 commented 4 years ago

never mind, I've fixed it! Thanks