Y
Hacker News
new
|
ask
|
show
|
jobs
by
sam_bristow
958 days ago
Unfortunately I haven't seen a git forge that will let you do "autosquash on merge" so I could just push up fixup commits as part of an merge request.
1 comments
PhilippGille
956 days ago
GitHub:
https://docs.github.com/en/repositories/configuring-branches...
link
seba_dos1
955 days ago
That always squashes the whole PR into a single commit, making it not very useful in practice. Git's autosquashing is much more powerful than that.
link