Skip to content

This repo is only for practice purposes that way, I can use the different commands and resource some new commands.

Notifications You must be signed in to change notification settings

pradipece/Github_Git_Practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git command:

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

Comment

Normal text and new line

Normally we can write in the README file

New line


or 1st line
2nd line

Horizontal rule


or

Heading

Heading

Heading

Heading

Heading

Paragraph

For the use of the Paragraph HTML tags. I am Pradip Nath, I just completed my Master's from Sweden.

Italic

use for the italic

use for the markdown text Use only underline 1st and last.

Bold

use for the markdown text Use -- only undeline 1st and last.

Strikethrough

use html teg for strikethrough

For markdown we use ~ tilda sign 1st and last

Inline code block

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> 

Multiple line code block

  <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!")

List

  1. This is item1
  2. This is item2
  3. This is item3
  4. This is item4
  1. First item
  2. Second item
  3. Third item
    1. Indented item
    2. Indented item
  4. Fourth item

Unordered list

  • item1
    • item2
      • item3
  • item4 item4

Link

  • Automatic link
  • Disable link

Image

For the image tag, we will use HTML syntax

Emoji

For the Emoji we will browse the online link : https://emojipedia.org/

only copy and paste into the README file

✨ sparkle

✅ mark

🪔 lamp

⭐ Star

Table

we can use the HTML syntax

Markdown we use table format:

Fast Name Last Name
Pradip Nath
Email: pradipnathece@gmail.com

About

This repo is only for practice purposes that way, I can use the different commands and resource some new commands.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published