coopTilleuls / CoopTilleulsOvhBundle

OVH SDK integration in Symfony
http://les-tilleuls.coop
29 stars 6 forks source link

Update README.md #4

Closed ghost closed 9 years ago

ghost commented 9 years ago

receivers must be in an array [status code] 400 [reason phrase] InvalidArgument

sroze commented 9 years ago

:+1:

meyerbaptiste commented 9 years ago

Please @NicolasPion, can you squash your commits?

ghost commented 9 years ago

@meyerbaptiste I try, but as you see i make some mistake.. sorry iam new to Github :'( Can you help me ?

meyerbaptiste commented 9 years ago

Read https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History, in particular the chapter about squashing commits and then force push in your branch.

In your patch-2 branch:

git rebase -i HEAD~4 
# squash the last 3 commits using the editor
git push -f origin patch-2
ghost commented 9 years ago

Done ! /me RTFM

dunglas commented 9 years ago

Thank you @NicolasPion