GitHub
Checking which Git account/identity is configured
This shows the identity that will be attached to my commits for this specific repo (local config overrides global).Check which remote + credential is being used
If a remote is already set
Check which SSH key is being used
If no remote exists yet:
git remote add origin https://github.com/yourusername/your-repo-name.git
#or
git remote add origin git@github.com:username/FoodTracker.git
If a remote already exists but is wrong: