Hacker News
new
past
comments
ask
show
jobs
points
by
jsphweid
3 hours ago
|
comments
by
datsci_est_2015
2 hours ago
|
next
[-]
Well are we talking about commits pre- or post-merge? I don’t care how many commits you put into the PR / MR as long as they squash down to a single commit upon merge.
reply
by
steveklabnik
1 hours ago
|
parent
|
[-]
When you work this way, each commit is expected to be able to land independently.
reply
by
cobalt
2 hours ago
|
prev
|
[-]
it lets you maintain version history when working, then most workflows auto squash on merge
reply