Commit Diff


commit - 1aeed1b9bbd2eb8991d0dd7fc42b934cb52c657c
commit + 40100c4da607d9c0489e4e8d04b932fab697ba95
blob - df531ea12d650c69efa62ff3dce1483484da6674
blob + 31af09c926c3e0540ef20b9517e1d1df99b12655
--- notes-pull-push
+++ notes-pull-push
@@ -70,9 +70,9 @@ remote "my_mirror_anonssh" server ssh://got.stsp.name 
 remote "my_mirror_https" server https://got.stsp.name # no auth creds, read-only
 
 branch master pull-from my_mirror_anonssh sync-to openbsd
-# "sync-to" -> push by default with 'got commit'
+# "sync-to" enables push by default with 'got commit'
 # implied mapping: refs/heads/master <-> refs/remotes/openbsd/master
 
 branch my_branch pull-from my_mirror_anonssh push-to my_mirror
-# "push-to" -> commit locally, push manually
+# "push-to" means commit locally, push manually
 # implied mapping: refs/heads/my_branch <-> refs/remotes/my_mirror/my_branch