git常见操作总结
摘要:
git config --global user.name "liyang"git config --global user.email "liyangslj@126.com" git add --all / git add a.txt b.txt git commit -m '' / git co 阅读全文
posted @ 2017-07-20 14:51 loveking_阳 阅读(165) 评论(0) 推荐(0) 编辑