git - Bitbucket need to change last commit author name -
i accidentally made commit on repository different author name.
can change last commit author name on bitbucket commit history?
note: using git (tortoisegit) , bitbucket.
for last commit quite easy. open commit dialog, select "amend", check "set author" , commit , force push.
if commit older, need rebase. checkout branch commit on , right click on commit before 1 want change in log dialog , select "rebase onto". in rebase dialog, check force , mark commit want change "edit" , start rebasing process. when commit processed, select "edit/add commit" , update author name.
Comments
Post a Comment