feat: add git push subcommand

This commit is contained in:
cătălin 2024-09-04 18:57:27 +02:00
commit 8076807f22
No known key found for this signature in database
8 changed files with 92 additions and 30 deletions

View file

@ -51,6 +51,5 @@ halig edit some_notebook # edit today's note relative to <notebooks_root_pat
halig edit some_notebook/foo # edit <notebooks_root_path>/some_notebook/foo.age
halig notebooks # list current notebooks
halig git commit
halig git pull
halig git push
```