HackerTrans
トップ新着トレンドコメント過去質問紹介求人

altonen

no profile record

投稿

Show HN: Emissary – Rust implementation of the I2P protocol stack

github.com
3 ポイント·投稿者 altonen·昨年·0 コメント

コメント

altonen
·4 年前·議論
You can also use git-reflog to restore the branch back to the state it was before the merge. So instead of creating a temporary branch, you can inspect the reflog, find the entry before the merge commit and do git reset --hard HEAD@{X}.
altonen
·5 年前·議論
If you use git-rerere you don't have to fix the same conflicts over and over again