随笔分类 -  Git

Git
摘要:工作区 --> 暂存区 --> 仓库git statusgit add filegit commit -m "note" git rm a 删除暂存区git reset HEAD a .gitignore*.[oa] 以oa结尾的文件过滤*.pyc!test.pyc 不过滤该文件\!test.py 阅读全文
posted @ 2017-03-03 09:08 novalist 阅读(167) 评论(0) 推荐(0)