Skip to content

patrick-valentin/Hello-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

$$ mkdir github_hello_world
$$ cd github_hello_world
$$ git init
$$ touch README
$$ vi README
...
$$ git add README
$$ git commit -m 'first commit'

$$ git remote add origin git@github.com:username/Hello-World.git
$$ git push origin master

About

My first project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published