diff options
-rwxr-xr-x | rcommit | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ # # From a submodule folder: # -# sup <message> +# rcommit <message> # # This go upwards and commit, until there's no parent repository. @@ -18,7 +18,7 @@ GIT="hit" # Commit upwards function upward_commit { - local level="" + local level="../" local up="../" local found="0" local base |