hhhyyo / practice-git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Practice git

Index

  • Abstract
  • Installation
  • Instruction
  • Contribution

Abstract

My first git repository.

Installation

To run tis project, you don't need any installation. This is paragraph 3.

This is paragraph 4.

Instruction(git push procsee)

  1. mkdir practice-git
  2. cd practice-git
  3. git init
  4. git remote add origin {repo address}
  5. touch README.md
  6. git add README.md
  7. git commit
  8. git branch -M main (if only your default branch name is master)
  9. git push -u origin main

Example code

<body>
    <div id="wrapper" class="main-wrapper" style="background_color:#292518;">
	<h1 id="main-title">Home</h1>
    </div>
</body>
print("Hello world")

links, images

Goto google

git_logo

About


Languages

Language:HTML 64.4%Language:CSS 35.6%