Get raw git commits out of your repository using git-log(1).
Get all git semver tags of your repository in reverse chronological order.
Simple git client for conventional changelog packages.
Provides a list of electron-to-chromium version mappings
semantic-release plugin to commit release assets to the project's git repository
Synchronously get the current git commit hash, tag, or branch
Common typings for the Stoplight ecosystem.
Executes git commands gracefully. Retries them on errors
<!-- BADGES -->
Simple git hooks manager
git-log-parser
JavaScript build tool, similar to Make or Rake
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
The Linux 64-bit binary for lefthook, git hooks manager.
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
fzf ( junegunn/fzf ) inspired cli utility for node
Asynchronous, non-blocking SQLite3 bindings
React Responsive Carousel
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
Git describe information at runtime, with semver support
Reads your git tags to generate a unique human-readable version for every git commit
git commit message lint hook
Ajv class for JSON Schema draft-04
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Fetches the latest repository from the server, rebases/merges the current branch against the changes in the integration branch, then pushes the result up to a branch on the server of the same name. (Unless told not to.)
aidir - Am I Doing It Right: track and improve your Flog score before merging code to master by getting Flog score differences between current branch and master branch
Lists all git repositories in a master directory with the status of the repository
A simple client library to remotely access the Sailthru REST API. Updated with latest git master.
Reset dynos, environment variables, deploys master git branch, and purges the database.
Kuy is a Ruby gem to simplify git feature branch workflow if you want to pull and merge your develop or master branch
rubocop-changes will run rubocop on changed lines from forked point in your main branch. It will not complain about existing offenses in master branch on your git prioject. This gem is perfect as a Continuous Integration tool
A simple tool to let you know which git repositories in a folder are either behind, ahead or out of sync with the origin/master
Deliver all master files managed in a single master snapshot directory into the specified directory while maintaining the hierarchy of the master snapshot directory. If the destination file already exists, back it up first and then deliver the master file. The difference with rsync is that master_delivery creates a symlinks instead of copying the master files. They are symlinks, so you have to keep in mind that you have to keep the master files in the same location, but it also has the advantage that the master file is updated at the same time when you directly make changes to the delivered file. Do you have any experience that the master file is getting old gradually? master_delivery can prevent this. If the master directory is git or svn managed, you can manage revisions of files that are delivered here and there at once with commands like git diff and git commit.
Smartly manage cloned Git repos in your project. For example, only clone the repo if it's behind the latest master commit.
Environmate is a Webhook receiver for various GIT web frontends for deloying Puppet environments to the master/server
gem command around reviewed topic branches. Supports workflow of the form: # alexander: git work-on <topic> git done # bismarck: git status # notice a review branch git review <topic> # happy, merge into master, push and cleanup git accept git review <topic2> # unhappy git reject # alexander: git status # notice rejected topic git work-on <topic> see README.rdoc for more (any) details. To make use of bash autocompletion, you must do the following: 1. Make sure you source share/completion.bash before you source git's completion. 2. Optionally, copy git-topic-completion to your gem's bin directory. This is to sidestep ruby issue 3465 which makes loading gems far too slow for autocompletion.