sync

The sync command [./cmd_pull.wiki | pull]s and [./cmd_push.wiki | push]es repository changes simultaneously. This applies to repositories available via a URL, of course. If your project is strictly local you can do all of the distributed stuff as long as you are "serving" the repository via http in some fashion, but it's probably pointless to do so. Assuming you aren't running fossil as a high-powered version of [http://www.gnu.org/software/rcs | RCS], your use of sync in your projects is up to you. fossil defaults to using a [./cmd_setting.wiki | setting] of autosync If you have cloned a repository you will automatically sync with the original if you [./cmd_commit.wiki | commit] changes to your local version unless you customize your configuration. See also: [./cmd_pull.wiki | fossil pull], [./cmd_push.wiki | fossil push], [./cmd_setting.wiki | fossil setting], [./reference.wiki | Reference]