We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://groverzhu.github.io/2019/03/16/gitignore%E9%85%8D%E7%BD%AE/#more
在使用Git进行版本管理,有时候一些文件不需要提交,但使用git status 命令后会出现未提示的文件,我们可以用.gitignore 文件对不必要的文件进行屏蔽。 在Windows系统下进行配置.gitignore文件,确实有点难受。首先Windows操作系统下,直接右击鼠标无法新建一个不带文件名的文件,因此我们打开Git命令行,输入touch .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://groverzhu.github.io/2019/03/16/gitignore%E9%85%8D%E7%BD%AE/#more
在使用Git进行版本管理,有时候一些文件不需要提交,但使用git status 命令后会出现未提示的文件,我们可以用.gitignore 文件对不必要的文件进行屏蔽。 在Windows系统下进行配置.gitignore文件,确实有点难受。首先Windows操作系统下,直接右击鼠标无法新建一个不带文件名的文件,因此我们打开Git命令行,输入touch .
The text was updated successfully, but these errors were encountered: