Just start with git.
I have a personal Bitbucket account, and I also created a team account using my work email address.
I created a repository, got it working, cloned it, etc. Then I made some test commits and clicked. I believe that I entered my work address and password when I took the first step. Actually, I'm not really 100% sure, because the initial connection was crowded, and I tried several different things.
Now I see the commits and clicks on BitBucket, which is great, but it shows my personal account as the one who committed and the team account as the one who clicked.
I ran git configure -l and it shows my personal email address and name as user.name and user.email. I seem to be committing as one user and pushing another, but I have no idea where to find this information.
If that matters, I use git extensions to commit and click, but I did the initial setup using git Bash. I am using https url.
How can I change the user credentials used to execute push?
source share