Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 360 Bytes

File metadata and controls

23 lines (21 loc) · 360 Bytes

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

Hi

  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