Skip to content

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

Notifications You must be signed in to change notification settings

karthickram286/segura

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published