diff --git a/gis b/gis index 50b6bf1..0db7cf5 100755 --- a/gis +++ b/gis @@ -50,7 +50,7 @@ fi # Find Git repositories for path in "${paths[@]}"; do - git_dirs+="$(find "$path" -type d -name ".git" -exec dirname {} \;) " + git_dirs+="$(find "$path" -type d -name ".git" -exec dirname {} \; | sort) " done # Fetch Git repositories via background processes