How to add my team shared project repo hosted on github to agentforce Vibes IDE as a remote repo.?
I want to checkout to the local feature branch in the local github repo and commit my features to that local feature branch. Then push those changes to the remote feature branch in remote team shared repo which is the same workflow most developers follow when using VS Code IDE installed on their desktops.
1 answer
Create a Project from a Repository
has steps to clone an existing GitHub repo into your environment. While it references Code Builder, that has been renamed Agentforce Vibes IDE
You will need an SSH key that is recognized by GitHub to connect. Steps for
Connecting to GitHub with SSH are linked in the article as well.