feat: publish HoloLake model-native living system source
This commit is contained in:
parent
6ad10edde1
commit
c395dd3a99
2467 changed files with 615073 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
|||
# Manage Git Manually Or With AutoGit
|
||||
|
||||
HoloLake Era can act as a lightweight Git client for a Git-enabled vault. You can manage commits and pushes yourself, or enable AutoGit to create conservative checkpoints after editing pauses or when the app is no longer active.
|
||||
|
||||
## Manual Git
|
||||
|
||||
1. Open the Git or changes surface.
|
||||
2. Review changed files.
|
||||
3. Write a short commit message.
|
||||
4. Commit locally.
|
||||
5. Push when a remote is configured.
|
||||
|
||||
If the remote has changed, pull first and resolve any conflicts. If the vault has no remote, manual commits still give you local history, diffs, and rollback.
|
||||
|
||||
## AutoGit
|
||||
|
||||
AutoGit is available in Settings for Git-enabled vaults. When enabled, HoloLake Era automatically commits and pushes saved local changes after an idle pause or after the app becomes inactive.
|
||||
|
||||
Use AutoGit when you want the safety of regular checkpoints without interrupting capture or editing. You can still inspect each note's current diff, review note history, and browse the whole-vault history before making larger manual commits.
|
||||
|
||||
## Use Small Commits
|
||||
|
||||
Small commits make it easier to understand what changed, roll back safely, and review AI-generated edits.
|
||||
Loading…
Reference in a new issue