Completely agree re: not wishing to be pedantic and I know this represents
such a tiny part of the overall scope of the project (ie it's much more
important that we have a full library vs a perfect commit history).
I'll try and put together a couple of scenarios based on the current
history and ho
Hi Tom,
I’ve actually been thinking about this a lot over the past few days, but
haven’t come to any real conclusion yet.
The way I’ve traditionally worked on Foundation is that each commit has more
content, and each commit is (almost) always associated with a bug. This is
basically the proces
git rebase -i is great and very well documented, with tons of blogs post about
it all over the web.
if you pick `s` as a memonic it will squash and let you edit the merged commit
message. If the base commit message is already good, use `f` and it will
“fixup” it which is a squash where the orig
Help on rebasing would be great. I use git all the time but I still
struggle to squash my commits as I usually don't do it.
On Thu, Dec 17, 2015 at 9:25 AM, Tom Jowett via swift-corelibs-dev <
swift-corelibs-dev@swift.org> wrote:
> Hi everyone,
>
> I'm wondering if there's a way I can help to kee