Git subtree pull is giving error fatal: can't squash-merge: 'src' was never added. when trying to pull latest changes into the subtree. Hoping this fixes this for future pulls. This also adds the latest changes from the Gitlab repo.
✅ How Has This Been Tested?
By calling git subtree pull --prefix src https://gitlab.cas.mcmaster.ca/kellys32/tpg.git main --squash
🔗 Related Issue(s)
📝 Description
Git subtree pull is giving error
fatal: can't squash-merge: 'src' was never added.
when trying to pull latest changes into the subtree. Hoping this fixes this for future pulls. This also adds the latest changes from the Gitlab repo.✅ How Has This Been Tested?
By calling
git subtree pull --prefix src https://gitlab.cas.mcmaster.ca/kellys32/tpg.git main --squash
Before
After