heroku / heroku-repo

Plugin for heroku CLI that can manipulate the repo
MIT License
688 stars 113 forks source link

Commands assume git master branch #22

Closed adamlwgriffiths closed 9 months ago

adamlwgriffiths commented 10 years ago

All git commands assume master branch. "git push #{extract_app_from_git_config || "heroku"} master"

Git branches are the best way to manage various deployment environments (staging, production). This is done by specifying the local branch to push from git push <remote> <branch>:master

Hardcoding this to master prevents the majority of users from using this tool for any git related commands.

rehno-lindeque commented 10 years ago

:+1:

alyssaq commented 10 years ago

+1

ses4j commented 9 years ago

:+1: