adang1345 / PythonWin7

Python 3.9+ installers that support Windows 7 SP1 and Windows Server 2008 R2 SP1
MIT License
580 stars 70 forks source link

What happened to the Git commit history? #7

Closed Darthagnon closed 1 year ago

Darthagnon commented 1 year ago

I forked to my own account and cloned locally. Seeing you updated, I looked to update my fork, but I'm seeing this

Fork_mtphL9GStG

Not sure how to synchronise or what I should do...

Darthagnon commented 1 year ago

Are they the same commits, same files, but with different details?

Darthagnon commented 1 year ago

Would it also be worth cross-linking in a footer in the Readme to Nulash's CPython, another Win7-compatible Python 3 build?

adang1345 commented 1 year ago

I've been force-pushing every time I make updates. There's not much sense in keeping history for binary files, and I want to prevent the repository from growing too big. You can update a fork by following the instructions at https://stackoverflow.com/questions/9646167/clean-up-a-fork-and-restart-it-from-the-upstream.

Darthagnon commented 1 year ago

Thank you for teaching me something valuable about Git!