Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Es hatten sich kleine Fehler in der Anleitung zum Forken eingeschlichen,... #4

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ If you are not sure, how to contribute code under right license and right way yo

To start contributing, just fork the master tree and clone your fork to your local machine:

git clone https://github.com/[YOUR USERNAME]/shopware-4.git
git clone git@github.com:[YOUR USERNAME]/shopware-4.git

After having done this, configure the remotes:

cd shopware-4
git remote add upstream https://github.com/[YOUR USERNAME]/shopware-4.git
git remote add upstream git://github.com/ShopwareAG/shopware-4.git
git fetch upstream

Now you're ready to start hacking and contributing to Shopware. If you're done hacking, filling bugs or building fancy new features push your changes to your forked repo:
Expand Down