/syncer

It is PWA based files & folder syncing application made using Tunnel SDK

Primary LanguageCSSMIT LicenseMIT

syncer

It is PWA based files & folder syncing application made using Tunnel SDK.

Usage

  1. Install the Tunnel SDK.
  2. Run tunnel -x command on terminal to enable cross-domain communication.
  3. Click on the link to run the Syncer app.

Description

To ease the workflow, we have developed the syncer tool that could make a copy of cloned repository in your local working directory, so that your working repository could be separated from the cloned repository that is used for reference and final code commit.

Thus, you would be able to,

  • Synchronise the cloned repository with your working repository before starting new task or at your will.
  • Reverse synchronise your working repository with the cloned repository when task gets completed or at your will.

Compatible with

  • Windows, macOS, Linux

Terminologies used

  • Cloned repository → It refers to git repository that is cloned from remote branch
  • Working repository → It refers to git repository that is local working repository based on cloned repository