How to Transfer Git Repository While Keeping Commit History
Disclaimer: This approach worked for me, but it may not necessarily be the best technique
Step 1: Create Mirror Clone of Old Repository
git clone --mirror - Makes a total copy of the original repo. This includes every reference: remote-tracking bra...
kimberlywan.hashnode.dev2 min read