Add and Pull Changes from GitHub
Connect to GitHub while developing an existing application
- In C3 AI Studio, select Develop an Existing Application and select Next. The next screen prompts for a GitHub repository address and a personal access token.
- Follow steps 4–11 in Connect to GitHub During Application Creation.
Pull changes from GitHub
After you configure a GitHub repository, pull the latest updates from the configured branch.
- From the GitHub dropdown menu in Data Fusion, select Pull Changes.
View version history
The Show Version History option in the GitHub menu displays the commit history of the connected branch. It shows who made changes and when, with links to view each commit directly on GitHub.
From the GitHub commit page, you can:
- View changes made in a specific commit.
- View the list of modified files.
To view version history:
- From the GitHub dropdown menu in Data Fusion, select Show Version History.
You cannot revert to a previous version directly in C3 AI Studio. To restore an earlier state, create a new C3 AI environment and application using the desired branch or commit.