赞
踩
git add文件
git addfile l file 2 file 3
git add file l
git add file 2
gitadd file 2
git home/*.php
git add .
git add --all
git add 文件夹名
git commit提交到版本库
git add目的是将修改文件由工作区提交到暂存区,可以多次提交然后commit操作,将文件从暂存区提交到版本库,-m后面字符串本次commit说明信息。
git commit -m "add new file"
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。