segura
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published


Segura

Build Status GitHub top language GitHub code size in bytes

A CLI tool which helps in pushing uncommitted code in case of emergencies or distress.

Life is full of uncertainties. If you're a person who don't push your code often, you might be having piles of uncommitted changes in your local. In an emergency situation it's difficult to remember the git commands and push all your changes. Don't end up loosing your code and valuable time and let segura help you.


Install

# Install segura as a dev dependency
npm i -D segura

# For an emergency push of your code just type "segura" on the command line
segura

How it works

When you enter segura

  • Creates a local branch segura-branch
  • Adds all the untracked files and commits to this branch
  • Pushes the changes to the remote repo

Package Sidebar

Install

npm i segura

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

26.8 kB

Total Files

42

Last publish

Collaborators

  • karthickram