how to push files to heroku without removing the ones that are already there code example
Example 1: heroku git remote
heroku git:remote -a name-of-app
Example 2: set git remote heroku to https://git.heroku.com/resume-projects.git
$ git push heroku master
Initializing repository, done.
updating 'refs/heads/master'
...