puter/packages/git
Sam Atkins 1822ace296 refactor(git): Use dir/gitdir variable names like isogit does
I prefer the other names, but being able to type `{ dir, gitdir }` is
shorter and a lot less error-prone than `{ dir: repository_dir, gitdir:
git_dir }`.
2024-06-28 14:19:23 -04:00
..
assets Add boilerplate for empty git app 2024-05-22 08:56:50 +01:00
config Add boilerplate for empty git app 2024-05-22 08:56:50 +01:00
src refactor(git): Use dir/gitdir variable names like isogit does 2024-06-28 14:19:23 -04:00
.gitignore Add boilerplate for empty git app 2024-05-22 08:56:50 +01:00
LICENSE Add boilerplate for empty git app 2024-05-22 08:56:50 +01:00
package.json Implement git help, git version, and subcommand infrastructure 2024-05-22 16:00:42 +01:00
README.md Add boilerplate for empty git app 2024-05-22 08:56:50 +01:00
rollup.config.js refactor: flatten the monorepo 2024-06-08 01:07:42 -04:00

Puter Git Client

This is a git client running on the Puter filesystem, using isomorphic-git.