#!/bin/bash
# 从 Git 仓库拉取代码到本地
#-------------------------------------------------
# 命令执行示例:
# ./pull_git_repository.sh -u
2019-01-17