Skip to content

Instantly share code, notes, and snippets.

View iammuttaqi's full-sized avatar
🖥️
Coding

Muttaqi iammuttaqi

🖥️
Coding
View GitHub Profile
# remove specific file from git cache
git rm --cached filename
# remove all files from git cache
git rm -r --cached .
git add .
git commit -m ".gitignore is now working"
@iammuttaqi
iammuttaqi / meta-tags.md
Created January 28, 2021 20:43 — forked from lancejpollard/meta-tags.md
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">