short-git

1.0.2 • Public • Published

short-git

NPM module that provides git command via short codes and formatted output

npm install short-git -g

Commands

Commands Work Info
gacp YOUR_MESSAGE git add -A . && git commit -m "YOUR_MESSAGE" && git push origin YOUR_CURRENT_BRANCH If no commit message provided then it will use 'Auto Commit'. You can type your message in quote or without the quotes too

Usage Example

gacp

gacp - will add, commit and push your code with message "Auto Commit"
gacp 'ch: moved push function to lib folder' - will add, commit and push your code with message "ch: moved push function to lib folder"
gacp ch: moved push function to lib folder - will add, commit and push your code with message "ch: moved push function to lib folder"

Push Output

Package Sidebar

Install

npm i short-git

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • ridhamtarpara