synchronize promise
The primary functions of the world state package are to maintain the collection of Merkle Trees comprising the global state of the system and to offer an interface with which the trees can be queried.
Split JavaScript Sync Tools
Common classes for developping Kuzzle plugins
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
Js client for entity-synchronizer service.
Get raw git commits out of your repository using git-log(1).
Browser vue-router query synchronization library
a util for spawning git from npm CLI contexts
CSRF mitigation library for Next.js
A utility package to help implement stateless CSRF protection using the Double Submit Cookie Pattern in express.
Simple GIT interface for node.js
A high level git url parser for common git providers.
List of Git hooks
A low level git url parser.
Get all git semver tags of your repository in reverse chronological order.
A utility package to help implement stateful CSRF protection using the Synchroniser Token Pattern in express.
Lightning Network Wire Protocol
Simple git client for conventional changelog packages.
Get the remote origin URL of a Git repository
Monokle Cloud synchronizer
Some git helpers that changesets use to get information
A pure JavaScript reimplementation of git for node and browsers
Backend application that serves as a middle man for synchronizing content playback across multiple devices running the [SignageOS](https://signageos.io) system.
DB and GIT synchronization via ActiveRecord and GitWrapper
Sync or Swim
A tool to synchronize local and remote git repositories' code
Repomate helps you maintain a list of git repositories and keep them up to date with their remote sources
Synchronizes data of desktop applications using Git
Tool(s) to help synchronize Git -> Chef server
BranchBase provides a CLI to synchronize a Git repository into a SQLite database.
Plugin for omnifocus gem to provide github BTS synchronization. Support for Github Enterprise: In your git config, set the key github.accounts to a space separated list of github accounts. git config --global github.accounts "github myghe" For each account API and web end points and authentication information should be stored in the git config under a key matching the account. For example: git config --global github.user me git config --global github.password mypassword git config --global myghe.api https://ghe.mydomain.com/api/v3 git config --global myghe.api https://ghe.mydomain.com/ For each account can you specify the following parameters: * api - specify an API endpoint other than https://api.github.com. This is so you can point this at your Github Enterprise endpoint. * web - specify an API endpoint other than https://www.github.com. This is so you can point this at your Github Enterprise endpoint * user, password - A username and password pair for Basic http authentication.
This gem can be used to keep capistrano configuration synchronized between multiple projects. If you have several git repositories in which you are using the same or very similar capistrano configurations, this gem is for you.
Pik is a tool to manage multiple versions of ruby on Windows. It can be used from the Windows command line (cmd.exe), Windows PowerShell, or Git Bash. I have yet to test on cygwin. >pik help commands add Adds another ruby location to pik. benchmark|bench Runs bencmarks with all versions that pik is aware of. checkup|cu Checks your environment for current Ruby best practices. config Adds/modifies configuration options. default Switches back to the default settings. gem Runs the gem command with all versions that pik is aware of. gemsync Synchronizes gems from the version specified to the current version. help Displays help information. implode Removes your pik configuration. info Displays information about the current ruby version. install|in Downloads and installs different ruby versions. list|ls Lists ruby versions that pik is aware of. rake Runs the rake command with all versions that pik is aware of. remove|rm Removes a ruby location from pik. ruby|rb Runs ruby with all versions that pik is aware of. run Runs command with all versions of ruby that pik is aware of. switch|sw|use Switches ruby versions based on patterns. tag Adds the given tag to the current version. tags Runs the pik command against the given tags. uninstall|unin Deletes a ruby version from the filesystem and removes it from Pik. update|up updates pik. For help on a particular command, use 'pik help COMMAND'.