aspnet / Hosting

[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Apache License 2.0
552 stars 312 forks source link

Fix misspelled word in comment #1558

Closed guardrex closed 5 years ago

Tratcher commented 5 years ago

Hehe. Why master vs release/2.2?

guardrex commented 5 years ago

Ryan was just explaining to me the diff between "branches" and "tags" for preview releases.

This will be another concept on engineering repos to understand.

Tratcher commented 5 years ago

😁 release/2.2 is where we're finishing up all of the 2.2 work. Master has already moved on to 3.0 work.

guardrex commented 5 years ago

Right, but I guessed (wrong, I guess 😄) that the misspelled word would still exist on master if this change only goes to the release/2.2 branch. ........ so you take release/2.2 updates to master? Is that how it goes?

Tratcher commented 5 years ago

Yes, make the fix in the 'oldest' branch first and merge forwards.