-
Notifications
You must be signed in to change notification settings - Fork 201
Description
I'm sorry if this is not the right place to ask a question about this repository.
Four months ago (May), I learned Swift 6.1 via the book.
Swift 6.2 had not been released yet at that time.
Now Swift 6.2 is released, so I want to learn the changes since the point I learned Swift 6.1.
Document Revision History is so high-level that I don't tell the actual diff.
So I want to do git diff, but which commits should I compare?
My first try was git diff swift-6.1-fcs swift-6.2-fcs, but this contained more diffs than I expected.
For example, swift-6.1-fcs doesn't include Implicit Constraints section but I'm 100% sure I read the section at that time because my learning note contains its URL.
So, at least, comparing something with swift-6.1-fcs is incorrect for my purpose.
Perhaps main branch is always deployed as soon as it is updated (even without GIt tag)?
(If so, I can just compare the current main with some older main.)