HackerTrans
TopNewTrendsCommentsPastAskShowJobs

altonen

no profile record

Submissions

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

github.com
3 points·by altonen·ano passado·0 comments

comments

altonen
·há 4 anos·discuss
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
·há 5 anos·discuss
If you use git-rerere you don't have to fix the same conflicts over and over again