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
saneatsu
9/29/2019 - 1:00 AM
share
Share
add_circle_outline
Save
memo: Git
git_command_memo.md
content_copy
file_download
Rendered
Source
gitignoreのキャッシュ削除
# ファイル全体キャッシュ削除 $ git rm -r --cached . # ファイル指定してキャッシュ削除 $ git rm -r --cached [ファイル名]
clear