Git中.gitignore文件的使用
摘要:& 8195;& 8195;在我们使用git的时候,有时候就不想传一些与代码无关的文件到远程仓库中,比如说编译后的文件,.gitignore就可以帮助我们处理这些文件。 生成.gitignore文件 在git bash中使用命令touch .gitignore,就可以在当前目录下生成.gitigno
阅读全文
posted @ 2017-01-10 23:46
posted @ 2017-01-10 23:46