Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 464 Bytes

File metadata and controls

27 lines (23 loc) · 464 Bytes

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

  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

Github pages link