microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.76k stars 4.89k forks source link

Cleanup Branch names #1105

Open rodwiddowson opened 4 months ago

rodwiddowson commented 4 months ago

Looks like you have moved to the new branch naming (origin/main) but you have left the old branch (origin/master) around.

My local main branch was pointing at master so I accidentally missed 9 months of changes.

I think that most people would be happier to see their repo break than go out of date silently. Could you do something about this sometime?

Thanks

NeoAdonis commented 2 months ago

Hi! First, I'm sorry for this late reply.

The change move was done according to GitHub's instructions. Repo owners are informed of it when they access the repo site or try to push into the old branch name (in this case, origin/master). It seems that you weren't notified about this when trying to pull new changes, though. I'm sorry to know that something similar happened to you and might have happen to other people as well.

I'll review our current documentation to make this behavior clearer. Thanks for letting us know!