HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bpugh

no profile record

Submissions

[untitled]

1 points·by bpugh·ปีที่แล้ว·0 comments

Pushing a whole stack of branches with a single Git command

andrewlock.net
1 points·by bpugh·ปีที่แล้ว·0 comments

Tips for Creating Merge Commits

brandonpugh.com
2 points·by bpugh·2 ปีที่แล้ว·0 comments

The Amazon Prime Day 2023 AWS Bill

lastweekinaws.com
147 points·by bpugh·3 ปีที่แล้ว·62 comments

The Git Pickaxe (2014)

philandstuff.com
2 points·by bpugh·3 ปีที่แล้ว·0 comments

comments

bpugh
·2 ปีที่แล้ว·discuss
Not only does Fork support --first-parent, but it even lets you expand/collapse any merge commit just by clicking the node in the graph! Agreed it's the best way to make sense of a merge-heavy history.

I highly recommend Fork.
bpugh
·4 ปีที่แล้ว·discuss
Git recently added a --update-refs option to rebase that makes dealing with this scenario a lot easier. This post does a good job explaining how to use it: https://andrewlock.net/working-with-stacked-branches-in-git-...