Initial import of rash-git-cli

This commit is contained in:
2026-08-17 22:00:11 +02:00
parent 6dfcc30427
commit 7dbac023bb
7 changed files with 213 additions and 14 deletions
+8
View File
@@ -0,0 +1,8 @@
#lang rash
(require rash-git-cli)
git status
git log --oneline -5
(git 'status)