]> git.cworth.org Git - nogit/log
nogit
3 years agoAdd a nogit command-line utility
Carl Worth [Sun, 5 Jul 2020 05:09:21 +0000 (22:09 -0700)]
Add a nogit command-line utility

This captures the structure of the two basic commands:

nogit clone <URL>
        nogit sync

Along with "nogit help" for help on the above.

There's no implementation for either command yet. Just the
documentation so far.

3 years agoAdd a simple README for nogit
Carl Worth [Sat, 4 Jul 2020 22:19:09 +0000 (15:19 -0700)]
Add a simple README for nogit

This provides the motivation for nogit. It doesn't yet describe the
implementation or how to use it, but that's only because the
implementation doesn't exist yet, so we'll have to bring that into
existence before we can describe it.