]> git.cworth.org Git - nogit/commit
Add a nogit command-line utility
authorCarl Worth <cworth@cworth.org>
Sun, 5 Jul 2020 05:09:21 +0000 (22:09 -0700)
committerCarl Worth <cworth@cworth.org>
Sun, 5 Jul 2020 05:49:39 +0000 (22:49 -0700)
commit154e5546100e7141ce23903082528d7dab3d9c33
tree20b7a4ea4bd949e89aef69b62374849c6afa61ad
parent39b3d5057c3199f9555a22dd976b38d62bdc8a16
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.
nogit [new file with mode: 0755]