adjustments for git-cli
This commit is contained in:
+2
-3
@@ -8,12 +8,11 @@
|
|||||||
|
|
||||||
(target commit
|
(target commit
|
||||||
(let ((st (git 'status)))
|
(let ((st (git 'status)))
|
||||||
(git 'status)
|
(displayln st)
|
||||||
(when (> (length st) 0)
|
(when (> (length st) 0)
|
||||||
((git 'add '-A)
|
(git 'add '-A)
|
||||||
(git 'commit)
|
(git 'commit)
|
||||||
(git 'push))))
|
(git 'push))))
|
||||||
)
|
|
||||||
|
|
||||||
(target push
|
(target push
|
||||||
(git 'push))
|
(git 'push))
|
||||||
|
|||||||
Reference in New Issue
Block a user