Git merge strategy #24
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I prefer git squash over git merge, because it makes the history cleaner. This allows for easier reviewing of the changes in a new version.
What do you think @fauno ?
never used squash because i always had the impression it loses history, but it's true that you don't particularly come back to a very specific commit... i'm willing to try it!
I agree, that some history is lost, but that can always be viewed in the pull request history. If there are good reasons to do merge, we can always switch back I would say
agh i just pressed the merge button for the three prs :P next time with #25