git rm -r --cached . git add . git commit -m "remove gitignore cache" git push
相关文章
- How to do conditional auto-wiring in Spring?
- How Tomcat works — 八、tomcat中的session管理
- 如何在中显示元素?[英]How to display a element inside a ? 本文翻译自 Harish Kurup 查看原文 2011-03-25 44378 html
- git正确的删除远程仓库的文件并用.gitignore忽略提交此文件
- Learn how to Use UIPageViewController in iOS
- How to deploy kotlin in androidstudio?
- [优文翻译]001.真正程序员该是什么样的(How To Be A Real Programmer)
- (转载)XML Tutorial for iOS: How To Choose The Best XML Parser for Your iPhone Project
- How to upload / import a mysql phpmydadmin database of more than 2MB
- python:how does subclass call baseclass's __init__()