Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 270 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 270 Bytes

Boilerplate React App

GitHub commands

  • git status

' Add new files

  • git add .

' Commit existing files

  • git commit -am 'Comments'

' Push to git hub

  • git push
  • git push origin master

' Push to heroku ' Run from command prompt (NOT BASH)

  • git push heroku master