📜  从 github 拉到本地 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:30.636000             🧑  作者: Mango

代码示例1
# if repo already exists in local
git checkout develop
git pull origin develop

# To pull new repo from remote
git init
git pull repo-link