You can sync recent changes to your files or all changes. Domino recommends that you sync your work at least daily.
Important
|
If you’re using a Git-based project, the navigation pane in your workspace is different than if you were using a Domino project. See Use Git in your workspace to learn more about saving and syncing your work using Git in a Git-based project. |
When you sync changes to remote Git repositories, Domino fetches the latest content from the remote branch (git fetch
), then commits local changes on top of the updated branch (git rebase
), and then pushes the commits to the remote.
-
Click File Changes in the navigation pane of your workspace.
-
Under Files, expand File Changes to view changes.
-
Enter a commit message.
-
Click Sync to Domino. Changes to files in the
/mnt
directory of your workspace will be synced to the Domino File System (DFS). Changes to files outside of the/mnt
directory will not be synced.WarningFiles with names containing "?" can be saved in a workspace and synced to the DFS, but will not be viewable via the Code page.
-
After syncing to Domino is complete, you can view your files in the Files section of your project.
-
Click File Changes in the navigation bar of your workspace.
-
Under All Changes, enter a commit message.
-
Click Sync All Changes. Domino will save all your work to the Domino File System (DFS).
Warning
|
When saving your work, remember that changes to files outside the |