R&D in Blogger
Memo for IT tech. IT技術のメモ帳。
Search This Blog
2017/06/21
Git command line memo
1 comment :
randinblogger
5/24/2018 12:47:00 PM
# Remove ignored files
git rm -r --cached .
git add .
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
# Remove ignored files
ReplyDeletegit rm -r --cached .
git add .