devices file, the config file, or any address and control maps,
you need to save these changes to your repository. Pushing your changes ensures they are stored on GitHub, making them accessible
from other machines or for later deployment to the Power Platform controller.
You can commit and push your changes either by using Git commands in the terminal or by using the built-in Git features in a
code editor like Visual Studio or Windsurf. The following steps will walk you through both methods.
Using Git Commands
Add Changes
Run the following command to add your changes to the staging area:or run the following command to only add specific files:
Using Visual Studio
Open Source Control Panel
Open the Source Control panel by clicking the Git icon on the left sidebar (or pressing Ctrl+Shift+G).
Stage Your Changes
- Hover over the files you modified and click the + icon, or
- Click + next to Changes to stage all files.
Write a Commit Message
Write a commit message in the text box at the top of the Source Control panel describing your changes.