Last active
May 23, 2018 05:55
-
-
Save sigu/01941d52a14c6b7ebae796f763667b4f to your computer and use it in GitHub Desktop.
push sub directory 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 a subdirectory called backend to heroku | |
# the branch is develop | |
git push heroku `git subtree split --prefix backend develop`:master -f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment