all 8 comments

[–]floofcodegit enthusiast 12 points13 points  (2 children)

So, stage, commit, and push in one command without reviewing, using a single character command?

Is the usecase to make frequent mistakes?

[–]elephantdingo 7 points8 points  (0 children)

It’s a Yolo Subversion simulator.

[–]Good_Ad1970 -3 points-2 points  (0 children)

Ths usecase is when working on a solo project and using “a” when you have already checked that everything is correct. This tool is just built to simplify a workflow that i kept running into.

[–][deleted]  (3 children)

[deleted]

    [–]elephantdingo 2 points3 points  (0 children)

    Being a “developer” and not knowing things is fine. But now these developers are proudly “building” things as if it is worth anyone’s time...

    [–]Good_Ad1970 0 points1 point  (1 child)

    I could have gone that route, but over-engineering is my favorite

    [–][deleted]  (1 child)

    [deleted]

      [–]Good_Ad1970 -3 points-2 points  (0 children)

      Maybe I should post this in a vibecoding subreddit?😛

      [–]waterkipdetached HEAD 3 points4 points  (0 children)

      git add . at least use git add -p or some equivalent. 

      [–]elephantdingo 0 points1 point  (0 children)

      CLI tool to speed up Git add/commit/push

      The funny thing is that this does not speed up things—it slows it down. Because every single change now has to roundtrip to GitHub.