1

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

3

2 Answers 2

0

you can try this:

git commit --amend --author="Author Name <[email protected]>"
Sign up to request clarification or add additional context in comments.

Comments

0

you can use --author option for git commit

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.