摘要:
使用 .gitignore文件 push时忽略 __pycache__文件 问题描述: 在使用git push 本地项目时,有些文件不需要push到github,但使用 命令时,这些文件会同时被提交到缓存区(Stage/Index), 后续 时不可避免的要提交到github 需求: git push 阅读全文
posted @ 2018-05-07 13:31
AimeeGao
阅读(3899)
评论(0)
推荐(0)