| Crates.io | git-home |
| lib.rs | git-home |
| version | 0.1.1-alpha.3 |
| created_at | 2022-07-03 20:33:07.676209+00 |
| updated_at | 2022-07-08 17:04:11.031662+00 |
| description | A dotfiles manager using git. |
| homepage | |
| repository | https://github.com/delta1024/git-home/ |
| max_upload_size | |
| id | 618549 |
| size | 77,287 |
Git Home is a git extention to allow one to easaly manage there configuration files withouth needing to go through any symlinking or generating from third party apps.
git home [add <files> | status | init | commit <options> |
log | --help | -- <git-sub-command>]
For example, to commit your changes and then see a log of your commit history you could run:
git home commit -m "some message" -- status | less