oke.
This commit is contained in:
+13
-2
@@ -13,8 +13,19 @@
|
||||
(let ((line (read-line)))
|
||||
(set! line (string-trim line))
|
||||
(run '(git add -A))
|
||||
(run (append '(git "commit" -m ) (list line))))
|
||||
(run (append '(git "commit" -m ) (list line)))
|
||||
(run '(git push))
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(target push
|
||||
(run '(git push)))
|
||||
|
||||
(target status
|
||||
(run '(git status)))
|
||||
|
||||
(target pull
|
||||
(run '(git pull)))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user