Skip to content

Instantly share code, notes, and snippets.

View Md-shefat-masum's full-sized avatar

Md.Shefat Md-shefat-masum

View GitHub Profile
@Md-shefat-masum
Md-shefat-masum / meta-tags.md
Created July 27, 2021 13:26 — 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">
@Md-shefat-masum
Md-shefat-masum / git.txt
Created July 7, 2019 10:24
github connection
git config --global user.name 'Md-shefat-masum'
git config --global user.email 'myphoto240@gmail.com'
git add . (this command all all files)
git branch new-branch-name ( add new branch to git hub )
git checkout branch-name ( changing the git branch )