弊社ではUnsigined commitが含まれるcommit履歴はMergeできない。そのため、Sign inを忘れると上書きする必要があります。
Git commitを新しいユーザで上書きすると修正が可能。
git rebase -r <some commit before all of your bad commits> \
--exec 'git commit --amend --no-edit --reset-author'
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
弊社ではUnsigined commitが含まれるcommit履歴はMergeできない。そのため、Sign inを忘れると上書きする必要があります。
Git commitを新しいユーザで上書きすると修正が可能。
git rebase -r <some commit before all of your bad commits> \
--exec 'git commit --amend --no-edit --reset-author'
Register as a new user and use Qiita more conveniently
Go to list of users who liked