From ada4c6846d98ee6cde8db1ac8ead6dd09e428a46 Mon Sep 17 00:00:00 2001 From: lew Date: Sat, 20 Dec 2025 02:28:31 +0000 Subject: [PATCH] docs(README): general sync recommendation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 09b93db..df8b149 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,8 @@ If auto-commit is set to false, auto-fetch and auto-push will do nothing. They c Running `pda vcs sync` manually will always fetch, commit, and push - or if behind it will fetch, stash, and pull - regardless of config. +My general recommendation would be to enable `git.auto_commit`, and to run a manual `pda vcs sync` any time you're preparing to switch machines, or loading up a new one. +

### Templates