摘要: 1.在命令行中,输入“git init”,使Test文件夹加入git管理;2.输入“git add .”(不要漏了“.”),将Test文件夹全部内容添加到git。3.输入“git commit -m "first commit"”(“git commit -m "提交信息"”)4.输入“git re 阅读全文
posted @ 2019-07-26 10:48 孤僻的小孩 阅读(177) 评论(0) 推荐(0) 编辑