Commit 4d75642c authored by Vitaly Lipatov's avatar Vitaly Lipatov

add arg support to get_remote_repo_list

parent 3bbc8263
...@@ -11,7 +11,7 @@ get_branch_list() ...@@ -11,7 +11,7 @@ get_branch_list()
get_remote_repo_list() get_remote_repo_list()
{ {
git remote 2>/dev/null | sort -u git remote "$@" 2>/dev/null | sort -u
} }
is_exist_branch() is_exist_branch()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment