Remix.run Logo
gritzko an hour ago

The most correct way to use git CLI is not to use it at all. All the hardcore revision control machinery better be in a C or Rust library, all the porcelain can be malleable scripts (readable, editable, customizable, extendable, reusable) [1]

You can not beat the expressive power of good old JavaScript or LISP by invoking convoluted non-standard CLI spells.

Can you pipe one git command into another? It is not even UNIX way.

[1]: That is how I do it and it works.