Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 229 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 229 Bytes

ARTIBRAIN

Curiosity and Fun mkdir ~/Hello-World

cd ~/Hello-World

git init

touch README

git add README

git commit -m 'first commit'

git remote add origin https://github.com/username/Hello-World.git

git push origin master