赞
踩
命令:git config --global user.name+用户名字
git config --global user.email+用户邮箱
用户的邮箱Git不会检查邮箱的有效性。
命令:git init
命令:git status
命令:git add+文件名
命令:git rm --cached 文件名
命令:git commit -m “日志信息” 文件名
命令:git reflog
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。