salvador-barboza / FirstHTMLPage-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository's purpose is to learn how to setup a new git repo

  1. git init
  2. git add file.ext
  3. git commit -m "Message"
  4. git remote add origin url-to-github-repo
  5. git push -u origin master

About


Languages

Language:HTML 100.0%