Cady web work from different place

Hi,
I’m asking how to work on a project in different places: a laptop, a work desktop, a home desktop, and my smart phone.
I have github repository for the project I work on but I’m new so how do I export the project to gethub?

Hey @mustdev

You can use Cody on the web via https://cody.dev or in different IDEs like Visual Studio Code, JetBrains IDE’s, or as experimental extension in Visual Studio and Eclipse.

You need to initialize your project via the git command in the shell or you utilize an IDE, which support Git and GitHub.

For further reading on how to publish your project on GitHub, read here: Uploading a project to GitHub - GitHub Docs

Happy coding.