mirror of
https://github.com/Sosokker/first-contributions.git
synced 2025-12-22 14:44:05 +01:00
Merge branch 'main' into saifali
This commit is contained in:
commit
9c928222f8
441
Contributors.md
441
Contributors.md
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
We assume that you have already finished with the basic tutorial before coming here. This document will give you some additional information about advanced Git techniques.
|
||||
|
||||
### [Amending a commit](amending-a-commit.md)
|
||||
This document provides information about how to amend a commit on the remote repository.
|
||||
This document provides information about how to amend a commit on the remote repository.Amending a commit is a way to modify the most recent commit you have made in your current branch. This can be helpful if you need to edit the commit message or if you forgot to include changes in the commit. You can continue to amend a commit until you push it to the remote repository.
|
||||
> Use this when you need to adjust a commit you made.
|
||||
|
||||
### [Configuring git](configuring-git.md)
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
# První příspěvek
|
||||
|
||||
Život je těžký. Obzvláště když něco děláte poprvé. V případě, že na něčem spolupracujete, není dělání chyb něco, co by vám dělalo radost. My bychom rádi zjednodušili cestu novým přispěvovatelům do open-source při jejich učení se jak na to.
|
||||
Život je těžký. Obzvláště když něco děláte poprvé. V případě, že na něčem spolupracujete, není dělání chyb něco, co by vám dělalo radost. My bychom rádi zjednodušili cestu novým přispěvatelům do open-source při jejich učení se jak na to.
|
||||
|
||||
Čtení článků nebo zhlédnutí video návodů jsou také cesty, ale co je lepší než si danou věc přímo osahat na vlastní kůži v reálném prostředí? Tento projekt je zaměřen na poskytnutí pomoci začátečníkům s jejich prvním přispěním do open-source. Pokud jste jím právě vy, následujte kroky popsané níže.
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ Acesse o diretório do repositório no seu computador (caso você não esteja ne
|
||||
cd first-contributions
|
||||
```
|
||||
|
||||
Agora crie um _Branch_ usando o comando `git checkout`:
|
||||
Agora crie um _Branch_ usando o comando `git switch`:
|
||||
|
||||
```
|
||||
git switch -c <add-seu-nome>
|
||||
@ -120,5 +120,5 @@ Agora você pode colaborar com outros projetos. Nós compilamos uma lista de pro
|
||||
## Tutoriais usando outras ferramentas
|
||||
|
||||
| <a href="../gui-tool-tutorials/translations/github-desktop-tutorial.pt_br.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/translations/github-windows-intellij-tutorial.pt_br.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/translations/github-desktop-tutorial.pt_br.md) | [Visual Studio 2017](../gui-tool-tutorials/translations/github-windows-vs2017-tutorial.pt_br.md) | [IntelliJ IDEA](../gui-tool-tutorials/translations/github-windows-intellij-tutorial.pt_br.md) |
|
||||
|
||||
@ -20,7 +20,7 @@ Nếu bạn không có git trên máy tính của bạn, [cài đặt](https://h
|
||||
|
||||
## Copy kho mã nguồn (Fork)
|
||||
|
||||
Copy kho mã nguồn này bằng cách nhấn vào nút `Fork` đầu trang này. Bản sao kho mã nguồn mày sẽ được tạo ra trong tài khoản của bạn.
|
||||
Copy kho mã nguồn này bằng cách nhấn vào nút `Fork` đầu trang này. Bản sao kho mã nguồn này sẽ được tạo ra trong tài khoản của bạn.
|
||||
|
||||
## Sao chép kho mã nguồn (clone)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user