Git Product home page Git Product logo

git-delete-safe's Introduction

Git "Safe to Delete" Utility

A utility for validating that a git repository is "safe to delete", that all local changes have been pushed to the remote repository.

Rationale and requirements

I work in a lot of git repositories simultaneously. When I'm working from my typical location, this is easy to manage. But I occasionally travel. When I travel, I sometimes need to work on something that I forgot to push to the remote repo before I left. This means I either cannot work on that until I return or I have to redo the work as best as I can. The same problem happens when rebuilding a computer or moving to a new one.

This utility aims to solve the above problem by verifying that a local repository:

  1. Has no untracked files
  2. Has no uncommitted changes
  3. Has no stashed changes
  4. Has no branch that is "ahead" any number of commits

By verifying the above, it means that there is no information that can be lost if the local repository was deleted.

License

MIT

git-delete-safe's People

Contributors

lee-dohm avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.