Diverse aanpassingen
This commit is contained in:
+3
-3
@@ -15,9 +15,9 @@
|
||||
(flush-output)
|
||||
(let ((line (read-line)))
|
||||
(set! line (string-trim line))
|
||||
(run '(git add -A))
|
||||
(run (append '(git "commit" -m ) (list line)))
|
||||
(run '(git push))
|
||||
(apply git-add (map git-status-entry-path (git 'status)))
|
||||
(git 'commit line)
|
||||
(git 'push)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user