#Eclipse EGit Configuration

1 messages · Page 1 of 1 (latest)

tardy oyster
#

Hi, I'm following this tutorial: https://tavotech.com/how-to-use-github-with-stm32cubeide/. It works, but it uploads the project folder instead of the contents of the project folder if that makes sense. The issue is that I have a readme file inside the project folder and its not visible unless you click in the folder. Does anybody know a way around this?

We covered the steps to connect a STM32CubeIDE project to a GitHub repository. We also discussed how to commit and push changes to a remote repository.

light trailBOT
#

<@&987246527741304832> please have a look, thanks.

tardy oyster
#

This is what my project looks like

#

This is what it looks like on github

#

But I want the contents of the Autopilot folder rather than just the Autopilot folder

#

Ok I think I solved it. I moved the .git folder from Autopilot to Autopilot/Autopilot and it works.