Skip to content

Commit 7ead17d

Browse files
author
Tyranja
authored
Update CONTRIBUTING.md
1 parent d31540d commit 7ead17d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

CONTRIBUTING.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ If you have other ideas feel free to open an own issue!
1313

1414
## Working on your own branch
1515

16-
1. [Fork](https://help.github.com/articles/fork-a-repo) the main repository.
17-
This is your own copy of the `speakerinnen_liste` project to work in.
18-
2. Clone your repository to your local machine.
19-
3. `git checkout -b newdesign`
16+
1. Clone the repository. `git clone [email protected]:rubymonsters/speakerinnen_liste.git`
17+
2. `git checkout -b <your-name>-newdesign`
2018
This creates a new branch, called `newdesign` in our example, in your local repository.
21-
4. Make your changes.
22-
5. `git commit`
23-
6. `git push origin newdesign:newdesign`
19+
3. Make your changes.
20+
4. `git commit`
21+
5. `git push`
2422
This pushes your new branch called `newdesign` to your GitHub repository.
2523

2624
## Integrating your working code to master

0 commit comments

Comments
 (0)