/git%20%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4
随笔

git 常用命令

一、基础使用# 拉取远程代码(当前分支) git pull # 查看远程仓库地址 git remote -v # 删除远程仓库地址 git remote remove <name> # 添加远程仓库地址 git re...