Skip to content

Commit

Permalink
[meta] rename the git repository when contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
Simperfit committed Apr 26, 2018
1 parent 6fdf7ba commit 746f606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -58,7 +58,7 @@ $ git rebase -i HEAD~3
If your branch conflicts with the master branch, you will need to rebase and repush it with the following commands:

``` bash
$ git remote add upstream git@github.com:egeloen/IvoryCKEditorBundle.git
$ git remote add upstream git@github.com:FriendsOfSymfony/FOSCKEditorBundle.git
$ git pull --rebase upstream master
$ git push origin bug-fix-description -f
```

0 comments on commit 746f606

Please sign in to comment.