Git Tips

Change multiple commit info

change the latest 2 commit info

1
git rebase -i HEAD~2 -x "git commit --amend --author 'Ball Virtual (Fun Bay) <fun.bay@vball.fun>' --no-edit"