摘要: git是一个让人特别兴奋的神器。神在哪,不解释! git add fileName : 添加修改到暂存区。 git commit -m "discription". 提交到仓库 git push push到远端仓库 git log 查看历史版本 git reflo... 阅读全文
posted @ 2015-04-25 19:23 huaziHear 阅读(153) 评论(0) 推荐(0)