About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
qingmei2
3/20/2018 - 5:56 AM
share
Share
add_circle_outline
Save
实用小技巧
实用小技巧
markdown技巧
content_copy
file_download
Rendered
Source
Markdown 实用技巧汇总
Git命令收藏.md
content_copy
file_download
Rendered
Source
1.删除git 忽略而又已经上传到远端的File/Dir
命令:git rm --cached -r 文件/文件夹
比如:git rm --cached -r .idea
clear