Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
falcolas
on Feb 15, 2015
|
parent
|
context
|
favorite
| on:
The State of Go
Wait. Force pushes? That's a terrible habit to get into; force pushes have decimated more than a few a open source project's repository.
https://news.ycombinator.com/item?id=6713742
hk__2
on Feb 15, 2015
|
next
[–]
What? Pull requests should be on their own branches, if you want to keep one commit per PR but need to edit it you
must
rebase it and thus force push. It’s a terrible habit if you’re sharing your branch with others, it’s completely normal if not.
justinmk
on Feb 15, 2015
|
prev
[–]
Force pushes
to the PR fork
. We have set receive.denyNonFastForwards=true on the upstream master.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://news.ycombinator.com/item?id=6713742