Skip to content

htma/hello-mht

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

#Start a new repository and public it to GitHub by cmd line.

// create a new directory, and initialize it with git-specific functions git init my-repo

// change into the `my-repo' directory cd my-repo

// create the first file in the project touch README.md

// git isn't aware of the file, stage it git add README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published