TPGEngine / tpg

Evolving Quadruped Robot Controllers with Emergent Tangled Program Graphs
MIT License
0 stars 0 forks source link

fix: can't pull new changes from Gitlab tpg #109

Closed markacruz closed 1 month ago

markacruz commented 1 month ago

🔗 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 image

After image