]> gitweb.fluxo.info Git - utils-git.git/commitdiff
Feat: adds rsup (3)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Jul 2024 23:30:25 +0000 (20:30 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 30 Jul 2024 23:30:25 +0000 (20:30 -0300)
rsup

diff --git a/rsup b/rsup
index c3ec60f5f102da761125147368220d92cecd6206..d535e636f80d8c612497ade00e1604d1a140a811 100755 (executable)
--- a/rsup
+++ b/rsup
@@ -29,7 +29,7 @@ fi
 # Commit
 commit $MESSAGE
 
-# Got up
+# Go up
 while test -d "../.git"; do
   sup
   cd ..