Question on GitHub Workspaces and Spark #142997
Replies: 5 comments 2 replies
-
You don't have to move all your code from Azure DevOps to GitHub to take advantage of GitHub Workspaces and Spark. You can keep using Azure DevOps for CI/CD while integrating GitHub for collaboration and project management. This hybrid approach allows you to use Azure Boards with GitHub repositories, enabling better tracking of work items. If you do decide to migrate, GitHub provides tools to help import your repositories from Azure DevOps easily. This way, you can enjoy the benefits of both platforms without having to completely overhaul your existing setup |
Beta Was this translation helpful? Give feedback.
-
"You can keep using Azure DevOps for CI/CD while integrating GitHub for collaboration and project management." Thank you! How would I go about that integration? Possibly I'm slightly jumping the gun and need to wait for this week's releases from GitHub? |
Beta Was this translation helpful? Give feedback.
-
I am also confronted with this as well, any idea how this could work? Maintaining a codebase in Azure for CI/CD but also a version on Github for exploring AI Features such as Spark? |
Beta Was this translation helpful? Give feedback.
-
No, you don’t have to migrate all your code to GitHub to use GitHub Copilot or GitHub Workspaces.
So, migration is only necessary if you want full GitHub-native features like Workspaces and Spark on your repos. |
Beta Was this translation helpful? Give feedback.
-
Yes, to fully utilize GitHub Workspaces and GitHub Copilot for Spark with your existing codebases, your code needs to be in GitHub repositories. GitHub Workspaces and Spark are deeply integrated into the GitHub ecosystem, and do not support Azure DevOps repositories directly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We use Azure DevOps for source control, pull requests, test plans, CI/CD, etc.
We also use GitHub Copilot.
Would we have to migrate/move all of our code to GitHub repositories to utilize GitHub Workspaces and Spark using our existing codebases (instead of using DevOps)?
Beta Was this translation helpful? Give feedback.
All reactions