Implemented mergetool
authorSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)
committerSaba Saba <saba@sabadev.xyz>
Thu, 9 Feb 2023 17:26:20 +0000 (12:26 -0500)
git-repl.cl

index 8e381df..9cb1650 100644 (file)
         (git "checkout" revision))
       (git "checkout" revision)))
 
+(defun-public mergetool ()
+  "Executes the mergetool configured with git"
+  (git "mergetool"))
+
 (defun-public help ()
   "Prints out usage instructions for this REPL"
   (write-line "This is a Common Lisp REPL.")