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