Automatically refreshes the deploy branch
User-context OAuth2 access token auto-refresher for twitter-api-v2
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
Get raw git commits out of your repository using git-log(1).
Common package for Azure Communication services.
a util for spawning git from npm CLI contexts
Helpers for dustjs-linkedin
Simple GIT interface for node.js
A high level git url parser for common git providers.
A low level git url parser.
List of Git hooks
Get all git semver tags of your repository in reverse chronological order.
Simple git client for conventional changelog packages.
Some git helpers that changesets use to get information
Get the remote origin URL of a Git repository
A pure JavaScript reimplementation of git for node and browsers
semantic-release plugin to commit release assets to the project's git repository
Clean an input string into a usable git ref
Lint files staged by git
A pure JS SHA1 implementation created for js-git.
git-log-parser
Helpers for dustjs-linkedin
CSpell configuration for GIT.
This module provides native bindings to ecdsa secp256k1 functions
A gem for clearing old commits and refresh git as new initial commit.
Fetch and auto-refresh YAML-based feature flags and config from a Git repository.
git-remote-monitor is a little daemon that scans your git remotes for changes and then notifies you when it changes. This is useful when you are working on a piece of software together with other developers and you want to merge with their changes often. It will also help you when using graphical tools like gitk, git-gui and GitX since this will make your graphical tree refresh automatically.
== Jiveapps These tools are all about making Jive App development as easy as possible. After you install the tools, it only takes a single command to: 1. Create a new app - a simple Hello World application. 2. Set up version control for your code using Git. 3. Host the app code online at Jive's AppHosting server. 4. Register the app on the Jive Apps Marketplace as an app "in development". 5. Install the app on your default app dashboard in the Jive Apps Sandbox. After you install, use this simple workflow to make changes and see them reflected in the sandbox: 1. Make a change to the code on your local machine. 2. Commit the changes to your local Git repository. 3. Push the changes to the remote Jive Apps repository. This automatically updates the hosted copy on the Jive AppHosting server. 4. Refresh the app dashboard or canvas page on the Jive Apps Sandbox and see your changes. Other features: * LiveDev: preview your changes on the Jive App Sandbox in real time * Collaboration: add other developers to your project * OAuth Key Management: associate consumer key/secret pairs with service names for use in your apps