Closed GeReinhart closed 10 years ago
If you want to see it live : https://drone.io/github.com/GeReinhart/dart-app-deploy-to-cloud/19
Thanks! Looks good. Can you merge with master and repush? I'll them merge your change.
Don't really get what I'm supposed to do here. It's my first pull request ever and I though you would be able to merge the pull request at this point. Maybe not.
You're close! I think you need to do this on your fork:
(assuming you have a remote called upsteam, which is this repo)
git checkout master git fetch upstream git merge upstream/master git checkout your_branch_with_these_changes git merge master git push origin your_branch_with_these_changes
Then I think this PR will be able to be merged.
Sorry for the trouble, we're almost there.
Sorry mixed up my merge...
Should be ok now. see it running : https://drone.io/github.com/GeReinhart/dart-app-deploy-to-cloud/21
Hope you will be able to merge the pull request (before other commit on the master ;).
Thanks!
See Issue #25