标签: git github login account
我在bitbucket中有不同的respos,但是我想使用seprate帐户提交每个repo,并且使用gitbash登录超过帐户的问题
答案 0 :(得分:0)
您可以使用--author
--author
git commit
答案 1 :(得分:0)
你可以试试这个:
git commit --amend --author="Author Name <email@address.com>"