You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be work around to skip the --signoff using GIT_TOGETHER_NO_SIGNOFF=1. The drawback is the Signed-off-by message will no longer in the commit message. That can be replaced by using the git-author (https://github.com/xinzweb/git-author) command to put Author: prefix instead.
@kejadlen, actually, I don't know how hard to push the features of the Author: prefix based on commit template in Rust. So far, I take git-together as an external dependency.
There might be something we can work out together. Thanks.
We hadn't set our
git with
when we rangit revert --abort
and it said:Then we set our
git with
and tried again:Our workstations is macOS,
The text was updated successfully, but these errors were encountered: