commit bf62ff8d7e07b00f3525fc83be2624ff44dcd4fe from: Stefan Sperling date: Wed Aug 14 12:30:34 2019 UTC some more syntax sugar commit - 61fa5be1d733e2392ae0e11061aa7f2fc47036b8 commit + bf62ff8d7e07b00f3525fc83be2624ff44dcd4fe blob - 93f3af5f64cf869b3e6f3f6683cffcac3edec789 blob + 186d6011490573afe0d7cc7d59066c97ce02b8ed --- notes-pull-push +++ notes-pull-push @@ -107,7 +107,12 @@ branch master pull-from my_src_mirror sync-to openbsd_ # "push-to" means commit locally, push manually # implied mapping: refs/heads/my_branch <-> refs/remotes/my_src_mirror/my_branch branch my_branch pull-from my_src_mirror push-to my_src_mirror +# same as above, pull from and push to local mirror: +branch my_branch remote my_src_mirror +# pull from and push to local mirror, use push by default with 'got commit' +branch synced_branch sync-with my_src_mirror + # read-only access, anoncvs-style branch master pull-from public_src_mirror_anonssh