774,960 packages matching “git add”
@tranzac/pricing-lib
v1.2.179 · 1 month ago
To build: 1. `npm run build && git add . && git commit -m "Updates" && npm version patch && git push && git push --tags && npm publish` 2. in tranzac, run `npm install @tranzac/pricing-lib@latest`
No known vulnerabilities
giga-add
v1.0.9 · 2 years ago
Lightning fast, muscle memory git add wrapper
No known vulnerabilities
gitadot
v1.0.1 · 9 years ago
Wrapper of `git add .`
No known vulnerabilities
git-upload
v1.1.4 · 9 years ago
gitu MSG = git add . && git commit -m MSG && git push
No known vulnerabilities
@aj-coding-dojo/common-demo
v1.0.13 · 5 years ago
```bash git add . git commit -am "..." npm version patch npm publish ```
No known vulnerabilities
@saroarshahan/gitgc
v1.0.9 · 1 year ago
A lightweight CLI tool that automates `git add`, `git commit`, and `git push` — with optional flags for flexibility.
No known vulnerabilities
git-add-commit-push-emoji
v0.1.9 · 9 years ago
集成 git add commit push 的提交工具,并且可选择自动添加 emoji 表情。
No known vulnerabilities
@tinyfe/git-add
v0.0.2 · 4 years ago
git add
No known vulnerabilities
git-pre-commit
v2.1.4 · 8 years ago
You can run the pre-commit with any build tool (Gulp, Grunt etc..) and it will ignore all the **unstaged changes** that wasn't added to the git index (using the command ```git add```).
No known vulnerabilities
laravel-elixir-gitadd
v0.0.2 · 10 years ago
Git add command for Laravel Elixir
No known vulnerabilities
@nachocab/pipedream-global
v2.0.46 · 6 months ago
``` git add . && git ci -m "COMMIT MESSAGE" && npm version patch && git push && npm publish # you'll get asked to provide 2FA ```
No known vulnerabilities
@sachin-acharya-projects/git-add
v1.0.0-alpha.1 · 1 year ago
Create git-add alias for .gitaddignore
No known vulnerabilities
inteliapp-redux
v1.0.28 · 7 years ago
``` git add . git commit -m "your message" git push npm version patch|minor|major npm publish ```
No known vulnerabilities
semi-auto-git
v1.0.4 · 6 years ago
git add, commit, push in one step
No known vulnerabilities
cargo-common
v1.0.20 · 2 years ago
npm run compile git add . git commit -m message npm version patch npm run publish
No known vulnerabilities
git-recover
v0.0.4 · 4 years ago
Recover git staged (git add .) files if you have accidentally lost
No known vulnerabilities
@plenumnetworks/node-common-module
v1.0.16 · 2 years ago
git init git add . git commit -m "first commit" npm version patch npm publish --access public
No known vulnerabilities
@vpticketify-kafka/common
v1.0.24 · 1 year ago
```bash git add . git commit -m "message" npm run build npm version patch npm publish` ```
No known vulnerabilities
@mroc/ex-ms-common
v1.0.20 · 2 years ago
``` git add . git commit npm version patch npm run clean npm run build npm publish npm update "@mroc/ex-ms-common" ```
No known vulnerabilities
@8base/schema-name-generator
v0.1.23 · 5 years ago
(only user with access to master can release new updates) Use this when you need to update the library in NPM. The following command will automatically set the version, create a tag for it, build the package and publish it to NPM ``` git add -A git commit
No known vulnerabilities