0.1.2 ⢠Published 8 months ago
jo-horse v0.1.2
jo-horse is a collection of stuff
jo-horse
will automatically git commit and push all changes in $CWD
quick start
get jo-horse
npm install -g jo-horse@latest
go to a git repo
git clone git@git.example.com:username/example
cd example
and leave jo-horse
running in there while you edit files:
jo-horse
and jo-horse
will watch for file edits, commit and push them
immediately.
user@host:~/example$ jo-horse
jo horse is running!
š current branch: branch_name
files:
[]
š watching for changes
[11:57:47 AM] added: b
š tracking additions
[branch_name 1b02c3c]
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 b
To git.example.com:username/example
e647c4d..1b02c3c branch_name -> branch_name
š¦ additions tracked successfully!
[11:57:52 AM] changed: a
š tracking changes
[branch_name 3b9ec22]
1 file changed, 1 insertion(+)
To git.example.com:username/example
1b02c3c..3b9ec22 branch_name -> branch_name
š¦ changes tracked successfully!
[11:57:56 AM] deleted: a
š tracking deletions
[branch_name 762900f]
1 file changed, 1 deletion(-)
delete mode 100644 a
To git.example.com:username/example
3b9ec22..762900f branch_name -> branch_name
š¦ deletions tracked successfully!
0.1.0
8 months ago
0.1.2
8 months ago
0.1.1
8 months ago
0.0.0-alpha.3
10 months ago
0.0.0-alpha.2
10 months ago
0.0.0-alpha.0
10 months ago
0.0.0
10 months ago