- sha1ハッシュを探す
git fsck --unreachable | grep commit | cut -d' ' -f3| xargs git log --merges --no-walk --grep=WIP
- cherry-pickで変更を持ってくる
git cherry-pick -n -m1 <sha1 hash>
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
git fsck --unreachable | grep commit | cut -d' ' -f3| xargs git log --merges --no-walk --grep=WIP
git cherry-pick -n -m1 <sha1 hash>
Register as a new user and use Qiita more conveniently
Go to list of users who liked