标签:最新 origin 文件路径 pull status 路径 git stat 远程
1.提交到本地仓库:
git commit -ab "ty"
2.查看本地仓库状态:
git status
3.添加没有记录的文件路径
git add ”路径“
4.拉取远程gitlab最新仓库
git pull origin master
5.查看本地仓库状态
git status
6.添加没有记录的文件路径
git add ”路径“
7.提交本地仓库到远程gitlab仓库
git push origin master
标签:最新 origin 文件路径 pull status 路径 git stat 远程
原文地址:https://www.cnblogs.com/tywork/p/12090294.html