#!/bin/sh

echo
echo  -e  "\e[0;31m===== 添加【集得】源： 集得源甲之名称 =========================\e[0;0m"
echo
# git  remote  add  '集得源甲之名称'  '集得源甲之统一资源定位符'
echo
echo



echo
echo -e  "\e[0;33m===== 添加【集得】源： 集得源乙之名称 =========================\e[0;0m"
echo
# git  remote  add  '集得源乙之名称'  '集得源乙之统一资源定位符'
echo
echo



echo
echo -e  "\e[0;93m===== 添加【集得】源： 集得源丙之名称 =========================\e[0;0m"
echo
# git  remote  add  '集得源丙之名称'  '集得源丙之统一资源定位符'
echo
echo
