Git Product home page Git Product logo

Comments (2)

V01D-NULL avatar V01D-NULL commented on August 29, 2024 1

Hi, thanks for the response!

often I prefer to plan my work in advance

You know how it is... debugger; and print statements in all files :D

It certainly isn't a problem of poor planning or not using a gitignore (which I am), I probably should've been more specific.

I used to git add . before that bit me a long time ago, ever since I've been git diff-ing my changes and stage them manually.

I don't think adding files not staged for a commit should be placed in the .gitignore (or temporary files for testing. I'd honestly forget about them and the file would grow a lot tbh), but each their own.

Who knows, I might fork it, speedrun learing ocaml and just implement that for myself. Love the looks of zbg🥇

from zbg.

chshersh avatar chshersh commented on August 29, 2024

Thanks for your feedback!

As mentioned in the README, zbg is not a git replacement. I don't see what zbg add can add to git add (pun intended), so I don't see many benefits in having a separate command for this.

I do find myself occasionally in a need to add some files separately when I'm in the middle of a coding mess.
However, often I prefer to plan my work in advance. I also prefer investing in .gitignore (or .git/info/exclude if patching .gitignore is not possible), so committing accidental rubbish is not a problem.

I have big committing all the local changes for years and I haven't experienced any problems with that, so I don't see the need to change zbg commit at the moment.

from zbg.

Related Issues (20)

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.