Switch to windows added.
This commit is contained in:
+9
-7
@@ -18,13 +18,15 @@
|
||||
|
||||
(target housekeeping
|
||||
(displayln "Committing changes for:")
|
||||
(dgit 'status)
|
||||
(displayln "Adding...")
|
||||
(dgit 'add '-A)
|
||||
(displayln "Committing...")
|
||||
(dgit 'commit (git-prompt))
|
||||
(displayln "Pushing...")
|
||||
(dgit 'push)
|
||||
(let ((changes (git 'status)))
|
||||
(when (> (length changes) 0)
|
||||
(dgit 'status)
|
||||
(displayln "Adding...")
|
||||
(dgit 'add '-A)
|
||||
(displayln "Committing...")
|
||||
(dgit 'commit (git-prompt))
|
||||
(displayln "Pushing...")
|
||||
(dgit 'push)))
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user