Search code examples
gitgithubauthenticationaccount

Can I used more than 1 account using git bash


I have different respos in bitbucket, but I want to commit every repo with seprate account and facing problem to login more than account using gitbash


Solution

  • you can try this:

    git commit --amend --author="Author Name <email@address.com>"