Fehler: SRC RefSpec -Master stimmt nicht übereinstimmen
git commit -m "initial commit"
git push origin master
Confused Chinchilla
git commit -m "initial commit"
git push origin master
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git init
git add . //to add everything
git commit -m ''
git remote -v
git push heroku master