mirror of
https://github.com/Sosokker/first-contributions.git
synced 2025-12-19 13:14:05 +01:00
Add wolekhenryk to Contributor list (#66051)
This commit is contained in:
parent
2274818695
commit
00ac8d027f
@ -11,28 +11,30 @@ Czytanie artykułów i oglądanie poradników może pomóc, ale czy jest coś le
|
|||||||
|
|
||||||
<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/fork.png" alt="fork this repository" />
|
<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/fork.png" alt="fork this repository" />
|
||||||
|
|
||||||
Jeśli nie masz Gita na swoim komputerze, [ zainstaluj go ]( https://help.github.com/articles/set-up-git/ ).
|
Jeśli nie masz Gita na swoim komputerze, [ zainstaluj go ](https://help.github.com/articles/set-up-git/).
|
||||||
|
|
||||||
## Utwórz fork repozytorium (`fork`)
|
## Zrób fork repozytorium (`fork`)
|
||||||
|
|
||||||
Utwórz fork tego repozytorium klikając przycisk `Fork` na górze tej strony. Stworzysz tym samym kopię tego repozytorium na swoim koncie.
|
Zrób fork tego repozytorium klikając przycisk `Fork` na górze tej strony. Stworzysz tym samym kopię tego repozytorium na swoim koncie.
|
||||||
|
|
||||||
## Sklonuj repozytorium (`clone`)
|
## Sklonuj repozytorium (`clone`)
|
||||||
|
|
||||||
<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/clone.png" alt="clone this repository" />
|
<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/clone.png" alt="clone this repository" />
|
||||||
|
|
||||||
Teraz sklonuj repozytorium na swój komputer. Przejdź do swojego konta GitHub, otwórz skopiowane repozytorium, kliknij przycisk `Code`, a później ikonkę *skopiuj do schowka*.
|
Teraz sklonuj repozytorium na swój komputer. Przejdź do swojego konta GitHub, otwórz skopiowane repozytorium, kliknij przycisk `Code`, a później ikonkę _skopiuj do schowka_.
|
||||||
|
|
||||||
Otwórz konsolę i uruchom komendę git:
|
Otwórz konsolę i uruchom komendę git:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone <skopiowany-adres>
|
git clone <skopiowany-adres>
|
||||||
```
|
```
|
||||||
|
|
||||||
Gdzie `<skopiowany-adres>` to adres tego repozytorium (twojej kopii tego projektu). Zobacz poprzedni krok aby skopiować adres.
|
Gdzie `<skopiowany-adres>` to adres tego repozytorium (twojej kopii tego projektu). Zobacz poprzedni krok aby skopiować adres.
|
||||||
|
|
||||||
<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/copy-to-clipboard.png" alt="copy URL to clipboard" />
|
<img align="right" width="300" src="https://firstcontributions.github.io/assets/Readme/copy-to-clipboard.png" alt="copy URL to clipboard" />
|
||||||
|
|
||||||
Przykład:
|
Przykład:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/to-ty/first-contributions.git
|
git clone https://github.com/to-ty/first-contributions.git
|
||||||
```
|
```
|
||||||
@ -46,6 +48,7 @@ Wejdź do folderu ze swoim repozytorium (jeżeli jeszcze tam nie jesteś):
|
|||||||
```
|
```
|
||||||
cd first-contributions
|
cd first-contributions
|
||||||
```
|
```
|
||||||
|
|
||||||
Teraz utwórz nową gałąź wykonując polecenie `git checkout`:
|
Teraz utwórz nową gałąź wykonując polecenie `git checkout`:
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -53,10 +56,12 @@ git checkout -b <add-twoje-imie>
|
|||||||
```
|
```
|
||||||
|
|
||||||
Przykład
|
Przykład
|
||||||
|
|
||||||
```
|
```
|
||||||
git checkout -b add-adam-kowalski
|
git checkout -b add-adam-kowalski
|
||||||
```
|
```
|
||||||
(Nazwa gałęzi nie musi zawierać słowa *add*, ale dobrze jest je dodać z racji tego, że celem tej gałęzi jest dodanie twojego imienia do listy.)
|
|
||||||
|
(Nazwa gałęzi nie musi zawierać słowa _add_, ale dobrze jest je dodać z racji tego, że celem tej gałęzi jest dodanie twojego imienia do listy.)
|
||||||
|
|
||||||
## Wprowadź zmiany i wgraj je
|
## Wprowadź zmiany i wgraj je
|
||||||
|
|
||||||
@ -67,7 +72,9 @@ Dodaj następującą linię na końcu `Contributors.md`
|
|||||||
```
|
```
|
||||||
[Twoje imię](https://github.com/Twoja-nazwa-użytkownika)
|
[Twoje imię](https://github.com/Twoja-nazwa-użytkownika)
|
||||||
```
|
```
|
||||||
|
|
||||||
Przykład:
|
Przykład:
|
||||||
|
|
||||||
```
|
```
|
||||||
[John Doe](https://github.com/johndoe)
|
[John Doe](https://github.com/johndoe)
|
||||||
```
|
```
|
||||||
@ -75,22 +82,27 @@ Przykład:
|
|||||||
Upewnij się że nie ma spacji pomiędzy `](`. Zapisz plik i następnie go zamknij.
|
Upewnij się że nie ma spacji pomiędzy `](`. Zapisz plik i następnie go zamknij.
|
||||||
|
|
||||||
Jeżeli wejdziesz do folderu ze swoim repozytorium i wykonasz komendę `git status`, zobaczysz, że są tam zmiany. Dodaj te zmiany do gałęzi którą właśnie utworzyłeś używając komendy `git add`:
|
Jeżeli wejdziesz do folderu ze swoim repozytorium i wykonasz komendę `git status`, zobaczysz, że są tam zmiany. Dodaj te zmiany do gałęzi którą właśnie utworzyłeś używając komendy `git add`:
|
||||||
|
|
||||||
```
|
```
|
||||||
git add Contributors.md
|
git add Contributors.md
|
||||||
```
|
```
|
||||||
|
|
||||||
Teraz zapisz te zmiany wykonując komendę `git commit`:
|
Teraz zapisz te zmiany wykonując komendę `git commit`:
|
||||||
|
|
||||||
```
|
```
|
||||||
git commit -m "Add <twoje-imie> to Contributors list"
|
git commit -m "Add <twoje-imie> to Contributors list"
|
||||||
```
|
```
|
||||||
|
|
||||||
Zastąp `<twoje-imie>` swoim imieniem i nazwiskiem.
|
Zastąp `<twoje-imie>` swoim imieniem i nazwiskiem.
|
||||||
|
|
||||||
## Wyślij zmiany na GitHub
|
## Wyślij zmiany na GitHub
|
||||||
|
|
||||||
Wyślij swoje zmiany komendą `git push`:
|
Wyślij swoje zmiany komendą `git push`:
|
||||||
|
|
||||||
```
|
```
|
||||||
git push origin <add-twoje-imie>
|
git push origin <add-twoje-imie>
|
||||||
```
|
```
|
||||||
|
|
||||||
Zastąp `<add-twoje-imie>` nazwą gałęzi, którą wcześniej utworzyłeś.
|
Zastąp `<add-twoje-imie>` nazwą gałęzi, którą wcześniej utworzyłeś.
|
||||||
|
|
||||||
## Wyślij swoje zmiany do zatwierdzenia
|
## Wyślij swoje zmiany do zatwierdzenia
|
||||||
@ -120,5 +132,5 @@ Możesz teraz zacząć uczestniczyć w innych projektach. Przygotowaliśmy list
|
|||||||
## Ćwiczenia przy użyciu innych narzędzi
|
## Ćwiczenia przy użyciu innych narzędzi
|
||||||
|
|
||||||
| <a href="../gui-tool-tutorials/github-desktop-tutorial.md"><img alt="GitHub Desktop" src="https://desktop.github.com/images/desktop-icon.svg" width="100"></a> | <a href="../gui-tool-tutorials/github-windows-vs2017-tutorial.md"><img alt="Visual Studio 2017" src="https://upload.wikimedia.org/wikipedia/commons/c/cd/Visual_Studio_2017_Logo.svg" width="100"></a> | <a href="../gui-tool-tutorials/gitkraken-tutorial.md"><img alt="GitKraken" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/gitkraken-tutorial/gk-icon.png" width="100"></a> | <a href="../gui-tool-tutorials/github-windows-vs-code-tutorial.md"><img alt="VS Code" src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Visual_Studio_Code_1.18_icon.svg" width=100></a> | <a href="../gui-tool-tutorials/sourcetree-macos-tutorial.md"><img alt="Sourcetree App" src="https://wac-cdn.atlassian.com/dam/jcr:81b15cde-be2e-4f4a-8af7-9436f4a1b431/Sourcetree-icon-blue.svg" width=100></a> | <a href="../gui-tool-tutorials/github-windows-intellij-tutorial.md"><img alt="IntelliJ IDEA" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/IntelliJ_IDEA_Icon.svg/512px-IntelliJ_IDEA_Icon.svg.png" width=100></a> |
|
| <a href="../gui-tool-tutorials/github-desktop-tutorial.md"><img alt="GitHub Desktop" src="https://desktop.github.com/images/desktop-icon.svg" width="100"></a> | <a href="../gui-tool-tutorials/github-windows-vs2017-tutorial.md"><img alt="Visual Studio 2017" src="https://upload.wikimedia.org/wikipedia/commons/c/cd/Visual_Studio_2017_Logo.svg" width="100"></a> | <a href="../gui-tool-tutorials/gitkraken-tutorial.md"><img alt="GitKraken" src="https://firstcontributions.github.io/assets/gui-tool-tutorials/gitkraken-tutorial/gk-icon.png" width="100"></a> | <a href="../gui-tool-tutorials/github-windows-vs-code-tutorial.md"><img alt="VS Code" src="https://upload.wikimedia.org/wikipedia/commons/2/2d/Visual_Studio_Code_1.18_icon.svg" width=100></a> | <a href="../gui-tool-tutorials/sourcetree-macos-tutorial.md"><img alt="Sourcetree App" src="https://wac-cdn.atlassian.com/dam/jcr:81b15cde-be2e-4f4a-8af7-9436f4a1b431/Sourcetree-icon-blue.svg" width=100></a> | <a href="../gui-tool-tutorials/github-windows-intellij-tutorial.md"><img alt="IntelliJ IDEA" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/9c/IntelliJ_IDEA_Icon.svg/512px-IntelliJ_IDEA_Icon.svg.png" width=100></a> |
|
||||||
| --- | --- | --- | --- | --- | --- |
|
| -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
|
| [GitHub Desktop](../gui-tool-tutorials/github-desktop-tutorial.md) | [Visual Studio 2017](../gui-tool-tutorials/github-windows-vs2017-tutorial.md) | [GitKraken](../gui-tool-tutorials/gitkraken-tutorial.md) | [Visual Studio Code](../gui-tool-tutorials/github-windows-vs-code-tutorial.md) | [Atlassian Sourcetree](../gui-tool-tutorials/sourcetree-macos-tutorial.md) | [IntelliJ IDEA](../gui-tool-tutorials/github-windows-intellij-tutorial.md) |
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user