Initial Git and GitHub Setup:
git init
git remote -v
git status
git add .
git commit -m "commit message for the files"
git branch -M main
git remote add origin [your origin]
git push -u origin main
Then after setup in the GitHub repo:
git add .
git commit -m "commit message for the files"
git push -u origin main
Normally we can write in the README file
or 1st line
2nd line
or
For the use of the Paragraph HTML tags. I am Pradip Nath, I just completed my Master's from Sweden.
use for the italic
use for the markdown text Use only underline 1st and last.
use for the markdown text Use -- only undeline 1st and last.
use html teg for strikethrough
For markdown we use ~ tilda sign 1st and last
This is used for the inline
<h1> Inline we use back tag </h1>
<html>
<head>use for the header</head>
<body>
use for the body
</body>
</html>
<html>
<head>use for the header</head>
<body>
Above we can use language names such as HTML, CSS, javascript, Linux, Matlab, Python
</body>
</html>
console.log('Hello World')
print("Hello world!")
- This is item1
- This is item2
- This is item3
- This is item4
- First item
- Second item
- Third item
- Indented item
- Indented item
- Fourth item
- item1
- item2
- item3
- item2
- item4 item4
- Automatic link
- Disable link
For the image tag, we will use HTML syntax
For the Emoji we will browse the online link : https://emojipedia.org/
only copy and paste into the README file
✨ sparkle
✅ mark
🪔 lamp
⭐ Star
we can use the HTML syntax
Markdown we use table format:
Fast Name | Last Name |
---|---|
Pradip | Nath |
Email: | pradipnathece@gmail.com |