Check whether the latest commit of master has been merged into current branch for git projects.
CLI for generating code and running commands
Excel Workbook Manager - Read and Write xlsx and csv Files.
Datadog CI plugin for `junit` commands
Format and manipulate numbers.
Get raw git commits out of your repository using git-log(1).
Create a stream that emits events from multiple other streams
generate release PRs based on the conventionalcommits.org spec
Excel Workbook Manager - Read and Write xlsx and csv Files.
Merges multiple lcov results into one
Get all git semver tags of your repository in reverse chronological order.
Simple git client for conventional changelog packages.
Microsoft Application Insights Core Javascript SDK
Expensify's ESLint configuration following our style guide
Microsoft Application Insights Common JavaScript Library
Small utility library that check if a new file content can be merged safely in the on-disk existing file.
An EventEmitter that isolates the emitter from errors in handlers
TOAST UI Editor : Table Merged Cell Plugin
some useful scripts
GitLab Stylelint base configuration
JavaScript build tool, similar to Make or Rake
Thin wrapper around zen-observable and @types/zen-observable, to support ESM exports as well as CommonJS exports
ECMAScript parsing infrastructure for multipurpose analysis
A React hook for merging multiple refs into one ref
Kuy is a Ruby gem to simplify git feature branch workflow if you want to pull and merge your develop or master branch
`git-pretty-accept` is a script that rebases a pull request before merging to master. Pull requests are _always_ merged recursively. The result is a linear history with merge bubbles indicating pull requests. In short, pretty.
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.
Tired of cleaning your git repository's branches manually? This gem will delete all fully merged branches in your repo that are not 1) the active branch 2) the master branch 3) any branch specified in your repo's .branches_to_keep file
http://www.factorylabs.com/images/cargo.png Cargo is a set of tools to help streamline using git and Pivotal Tracker for agile development. Starting a story creates a new branch and finishing a story merges the branch back into master. This can be done either with browser integration or a set of command line tools. More features will be added. This is still alpha software
Diff and patch tables
["This gem adds the integration for the nobrainer gem in Capistrano.\n\nIt creates the indexes automatically and run the database migration if any (WARNING: You need to use the zedtux's nobrainer fork in order to use migration scripts until it get merged).\n\n| Feature | capistrano-nobrainer version |\n| --------------------------- | ----------------------------- |\n| Nobrainer indexes creation | 0.2.0 |\n| Nobrainer migration scripts | 0.3.0 |\n\nSo if you don't use migration scripts, stick on version 0.2.0.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'capistrano-nobrainer', '~> 0.2', require: false\n```\n\nAnd then execute:\n\n $ bundle install\n\nOr install it yourself as:\n\n $ gem install capistrano-nobrainer\n\n## Usage\n\nAdd the following require to your `Capfile`:\n\n```ruby\nrequire 'capistrano/nobrainer'\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://gitlab.com/zedtux/capistrano-nobrainer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://gitlab.com/zedtux/capistrano-nobrainer/blob/master/CODE_OF_CONDUCT.md).\n"]
Diff and patch tables