Y
Hacker News
new
|
ask
|
show
|
jobs
by
sheept
64 days ago
This shouldn't be a problem if you stick to commits and merges. --first-parent will skip past commits, including merge commits, in merged branches.
1 comments
OJFord
63 days ago
Fair – but not if it's not their feature branch but their local master; they pull & merge the remote changes and then push the result.
link