Last active
October 13, 2022 02:09
-
-
Save henrywang1/82ea772f33f33a2d7a4439951d853e41 to your computer and use it in GitHub Desktop.
Force push subtree to heroku
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Push subtree in local branch to heroku | |
git push heroku `git subtree split --prefix project-name local-branch-name`:master --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment