一个简单的 Git 提交、合并、推送工具
Synchronously get the current git commit hash, tag, or branch
Lint your commit messages
Common typings for the Stoplight ecosystem.
A secrets manager for .env files – from the same people that pioneered dotenv.
semantic-release plugin to commit release assets to the project's git repository
git-log-parser
Read details of the last commit including tags
Lint files staged by git
<!-- BADGES -->
Get all git semver tags of your repository in reverse chronological order.
Datadog CI plugin for `dora` commands
Automatically install pre-commit hooks for your npm modules.
Collects Git commit info from CI or from CLI
Shared utilities for Paperclip adapters: process spawning, environment injection, sandbox/SSH transport, workspace sync, and the round-trip helpers that move code between the local execution-workspace cwd and wherever the agent actually runs.
CSpell configuration for GIT.
Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.
Parse `.git/config` into a JavaScript object. sync or async.
Detect the snapshot key to be compare with using Git hash.
Wrapper around Discord's gateway
git commit message lint hook
Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.
The set of canonical Unicode property names supported in ECMAScript RegExp property escapes.
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
GitOCD watches a git repo for changes and automatically commits/pushes those changes
iOS application modulize into pods, improvement for develop modules. CMD: 1.git-flow 2.auto publish code 3.auto push repo 4.auto rewrite podfile 5.sync other branch commit 6.binary static libary
- xcsims: Delete all simulators and recreate one for each compatible platform and device type pairing. - sync-git-remotes: Make sure all your GitHub repos are cloned into a given directory and keep them synced with upstream. Forks are maintained with a remote for both the fork and upstream, both remotes' default branches are tracked in local counterparts, and the upstream default branch is also pushed to the fork. - changetag: Extract changelog entries to write into git tag annotation messages. - prerelease-podspec: Branch and create/push a release candidate tag, modify the podspec to use that version tag, and try linting it. - release-podspec: Create a tag with the version and push it to repo origin, push podspec to CocoaPods trunk. - revert-failed-release-tag: In case `release-podspec` fails, make sure the tag it may have created/pushed is destroyed before trying to run it again after fixing, so it doesn't break due to the tag already existing the second time around. - bumpr: Increment the desired part of a version number (major/minor/patch/build) and write the change to a git commit. - clean-rc-tags: deletes any release candidate tags leftover after prerelease testing. - migrate-changelog: for a changelog adhering to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), move any contents under Unreleased to a new section for a new version with the current date.