Check if a file or directory is inside a git repository
Check if the process is running inside a container (Docker/Podman)
Check if the process is running inside a Docker container
Check if a path is inside another path
Datadog CI plugin for `coverage` commands
Tests whether one path is inside another path
Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
Straightforward project scaffolding
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
Check if the process is running in an SSH session
Automate git hook deployment
JavaScript SDK for Base44 API
Collects Git commit info from CI or from CLI
a util for spawning git from npm CLI contexts
A shim for the setImmediate efficient script yielding API
Get all git semver tags of your repository in reverse chronological order.
Misc tools for dealing with repositories of multiple version control systems (git, svn, etc)
A pure JavaScript reimplementation of git for node and browsers
Some git helpers that changesets use to get information
A list of CSS features and their positions in the process of becoming implemented web standards
Datadog CI plugin for `dora` commands
Post compiler for Vue template render functions to support ES2015+ features
Check if the process is running in a Continuous Integration (CI) environment
Check if a repository has untracked or added files
checkout a particular ref from git inside a particular directory
A tool that makes it easier to travel through time inside git repos
It set GIT_DIR, GIT_WORK_TREE and GIT_INDEX_FILE and checkout temporarily in a temp directory
Command Line Interface to Add Git Hooks On Commits to Block any Commit that does not match the Configuration inside Commiter Config Working on git commit -m
git-ged is a Ruby toolset for managing genealogical data (GEDCOM) inside a Git repository.
Twigg provides stats for activity in Git repositories. This is the adapter that enables Twigg to report on activity occurring inside Pivotal Tracker.
Web interface to manage i18n translations for your apps to facilitate the editors of your translations. Provides a low-tech and complete workflow for importing, translating, and exporting your I18n translation files. Design to allows you to keep the translation files inside your projects git repository where they should be.
ruby-skill-bench orchestrates evaluation runs of AI coding agents inside isolated git sandboxes, then scores the results using deterministic and LLM-powered judges.
Sometimes you mess your Rails application Unix permissions and get some annoying errors with git. This gem runs a simple shell script to fix that. Granting 755 permissions to folders and 644 to files, it also ensures that some special files inside the 'bin/' will recive special 755 permissions (bundle, rails, rake and spring) which is pretty much the Rails default. Works with all versions of Ruby on Rails; After install run 'rails-fix-permissions' on terminal inside the application folder to fix. Note that in some cases you may need to run it as superuser with 'sudo'.