Remove git status
authorSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)
committerSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:17 +0000 (12:26 -0500)
git-skipper.cl

index 4a16240..95edc75 100644 (file)
@@ -35,9 +35,6 @@
 (defun no-skip-all ()
   (mapcar #'no-skip-file (skipped-files)))
 
-(defun status ()
-  (git "status"))
-
 (no-skip-all)
 (skip-modified)
 (modified-files)