💬Git add, commit, push with Conventional Commits and Gitmoji.
git快速提交脚本
集成 git add commit push 的提交工具,并且可选择自动添加 emoji 表情。
Beginner friendly git add + commit + push in one CLI
YOLO deployment. Git add, commit, push.
Common typings for the Stoplight ecosystem.
<!-- BADGES -->
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
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.
A typing package for @secretlint
Profile manager for Secretlint.
Core library for @secretlint.
Config file creator for secretlint.
git add, commit, push in one step
Module Resolver Utility for textlint
A formatter collection for Secretlint.
Module Resolver Utility for Secretlint
Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.
A secrets manager for .env files – from the same people that pioneered dotenv.
Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
A secretlint formatter for SARIF format
Regular expression for matching CSS urls.
Create SecretLintRawSource from content.
git add commit push in one go.
New users to git and Heroku sometimes have trouble with the syntax of the git commands required to deploy an application to Heroku. This wrapper combines the git add, commit, and push commands needed. The command has no arguments. The user is prompted for a commit message. The wrapper contains no error handling, so the user will receive errors from git.
A task for Capistrano v3 to add, commit and push changes to git repo if there are any changes
GitOCD watches a git repo for changes and automatically commits/pushes those changes
Push the new repository changes without having to type the main 3 commands, "git add --all, git commit -m '', git push -u ..."
Performs the following: 1) git add 2) git commit 3) git push Works with Git LFS
Save your work. $ wipit > git add . && git rm $(git ls-files --deleted) && git commit -m 'WIP' Save your work to a topic branch. $ wipit my_wip_branch > git checkout -b my_wip_branch && git add . && git rm $(git ls-files --deleted) && git commit -m 'WIP' Save your work to a topic branch and push to origin. $ wipit my_wip_branch -p > git checkout -b my_wip_branch && git add . && git rm $(git ls-files --deleted) && git commit -m 'WIP' && git push origin my_wip_branch
Repository for generic common code in Watermark Community Church applications
Distribute webhooks to multiple recipients
A tool to describe complex software systems.
Quickly copy files (e.g. YMLs or configuration files) to multiple EngineYard servers
# PaApi A simple wrapper for the Parallels Automation APIs. ## Installation Add this line to your application's Gemfile: ```ruby gem 'pa_api' ``` And then execute: $ bundle Or install it yourself as: $ gem install pa_api ## Usage Just use the damn thing already. ## Contributing 1. Fork it ( https://github.com/[my-github-username]/pa_api/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request