A simple CLI to checkout one of your most recent branches.
Get raw git commits out of your repository using git-log(1).
decaffeinate fork of the CoffeeScript implementation
decaffeinate fork of the CoffeeScript implementation
Get all git semver tags of your repository in reverse chronological order.
Simple git client for conventional changelog packages.
Serverless plugin to expose git status to serverless services
List of Git hooks
Use a consistent, git-based build id for your Next.js app
A customizable status line formatter for Claude Code CLI
a util for spawning git from npm CLI contexts
A Backstage plugin that integrates towards GitHub Actions
JWA implementation (supports all JWS algorithms)
Common typings for the Stoplight ecosystem.
A tool to check if a specific path is a git repository
JavaScript build tool, similar to Make or Rake
A tool to check if files are added in a git repository
FORK! of NVD3, a reusable charting library written in d3.js
semantic-release plugin to commit release assets to the project's git repository
[](https://badge.fury.io/js/git-revision-webpack-plugin) [](https://www.npmjs.com/package/
Check if a repository has untracked or added files
Straightforward project scaffolding
Synchronously get the current git commit hash, tag, or branch
Assert that the name of the current branch of a git repository has a particular value.
CLI for displaying and interacting with recently checked-out git branches
This is a Git branch selection tool. It provides a way to quickly look back at your most recently checked-out branches. You can list the branches, use the selector tool to add the branch name to your clipboard, or checkout to the selected branch.
Twig is your personal Git branch assistant. It's a command-line tool for listing your most recent branches, and for remembering branch details for you, like issue tracker ids and todos. It supports subcommands, like automatically fetching statuses from your issue tracking system. It's flexible enough to fit your everyday Git workflow, and will save you a ton of time.
= rails_vcstatus_logger It adds current state of version control to the log when you start the server. * Currently only supports git Adds current version hash and result of `git diff` The idea is that you can be sure about what source was running when you look in the log. I recently had a situation where i wasn't sure when a change was put up on the live server. Please add support for your vc system and send me a pull request! Just add this to enivorment.rb config.gem 'bjornblomqvist-rails_vcstatus_logger', :lib => 'rails_vcstatus_logger', :source => 'http://gems.github.com' == Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally. * Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull) * Send me a pull request. Bonus points for topic branches. == Copyright Copyright (c) 2009 Bjorn Blomqvist. See LICENSE for details.