mirror of
https://github.com/Sosokker/first-contributions.git
synced 2025-12-21 22:24:05 +01:00
Merge branch 'main' of https://github.com/firstcontributions/first-contributions
This commit is contained in:
commit
6bb398f413
@ -424,8 +424,8 @@
|
||||
- [Moheet Shendarkar](https://github.com/moheet333)
|
||||
- [Adrian Calleja](https://github.com/adrii0113)
|
||||
- [Jon Sundin](https://github.com/jmsundin)
|
||||
- [Rose Rousseau](<(https://github.com/MapleRose)>)
|
||||
- [Juan Aviles](<(https://github.com/Juan11211)>)
|
||||
- [Rose Rousseau](https://github.com/MapleRose))
|
||||
- [Juan Aviles](https://github.com/Juan11211))
|
||||
- Ashutosh Pandey
|
||||
- [Fathi Abdi](https://github.com/Fathyy)
|
||||
- Oliver Warne
|
||||
@ -1616,7 +1616,7 @@
|
||||
- [buriedBug](https://github.com/buriedBug)
|
||||
- [Harold Song](https://github.com/swyhrld)
|
||||
- [foliage21](https://github.com/foliage21)
|
||||
- [alkas](https://github.com/exalkas 'software engineer')
|
||||
- [alkas](https://github.com/exalkas "software engineer")
|
||||
- [Arun Kumar Marndi](https://github.com/arunkumarmarndi)
|
||||
- [Zullu Balti](https://github.com/ZulluBalti)
|
||||
- [Jordan Flanagan](https://github.com/jflaney23)
|
||||
@ -1666,7 +1666,7 @@
|
||||
- [tomoo](https://github.com/Niwatori1192)
|
||||
- [Sushil Bhardwaj](https://github.com/Bazigar69)
|
||||
- [Aakash Dixit (friend of Sushil)](https://github.com/aakash26dixit)
|
||||
- [Ketan Wagh (friend of Sushil & Aakash)](https://github.com/ketanintellect)
|
||||
- [Ketan Wagh (friend of Sushil & Aakash)](https://github.com/ketanintellect)
|
||||
- [Priyank Panchal](https://github.com/priyank-panchal)
|
||||
- [Akshay Thakur](https://github.com/popty)
|
||||
- [Abhinav Sharma](https://github.com/Abhinav2091)
|
||||
@ -1689,7 +1689,7 @@
|
||||
- [shibu5uke](https://github.com/shibu5uke)
|
||||
- [Animesh Kumar](https://github.com/wttc-nitr)
|
||||
- [Murilo Moraes Cabral](https://github.com/murilomcabral)
|
||||
- [Rudi O'Kelly](https://github.com/Die-Meester)
|
||||
- [Rudi O'Kelly](https://github.com/Die-Meester)
|
||||
- [Ricardo Mello](https://github.com/ricardohsmello)
|
||||
- [mohammadamin16](https://github.com/mohammadamin16)
|
||||
- [Rezaye Rabbi](https://github.com/rzrabbi)
|
||||
@ -1777,9 +1777,12 @@
|
||||
- [Aftab N](https://github.com/aftabnabi)
|
||||
- [Viet Quoc Nguyen](https://github.com/viet2307)
|
||||
- [Phuong Nguyen](https://github.com/png261)
|
||||
- [TKtjpk](https://github.com/TKtjpk)
|
||||
- [Lennart Pries](https://github.com/lennart02)
|
||||
- Aviya Atias
|
||||
- [Carlos Sais](https://github.com/csais3)
|
||||
- [Iris Mou](https://github.com/HXMou)
|
||||
- <!-- prettier-ignore-end -->
|
||||
- [Sameer Kumar singh](https://github.com/xvisierra)
|
||||
- [Jimmy Batuhan](https://github.com/jimmybatuhan)
|
||||
- [Nivin](https://github.com/Nivin389)
|
||||
|
||||
@ -2,45 +2,45 @@
|
||||
|
||||
我們認為你在來到這裡以前已經完成基本教學。附加資料會給你關於 Git 進階技術的資訊。
|
||||
|
||||
### [從你的 repository 刪除分支](../removing-branch-from-your-repository.md)
|
||||
### [從你的 repository 刪除分支](../../git_worklow_scenarios/removing-branch-from-your-repository.md)
|
||||
這份文件教你如何從 repository 刪除分支。
|
||||
> 在做這些步驟前確定你的 pull request 是被合併的
|
||||
|
||||
### [保持你的分叉與 repository 同步](../keeping-your-fork-synced-with-this-repository.md)
|
||||
### [保持你的分叉與 repository 同步](../../git_workflow_scenarios/keeping-your-fork-synced-with-this-repository.md)
|
||||
這份文件提供保持分叉與原始 repository 同步的資料。這件事情是很重要的,因為有其他人會對 project 做出貢獻。
|
||||
> 如果你的分叉沒有對原始 repository 做改變,根據這些步驟做操作。
|
||||
|
||||
### [回復 commit](../reverting-a-commit.md)
|
||||
### [回復 commit](../../git_workflow_scenarios/reverting-a-commit.md)
|
||||
這份文件提供如何對遠端 repository 回復 commit。這項操作適用在你需要回復 commit,但你已經 push 到 Github。
|
||||
> 如果你想要回復 commit,根據這些步驟操作。
|
||||
|
||||
### [修訂 commit](../amending-a-commit.md)
|
||||
### [修訂 commit](../../git_workflow_scenarios/amending-a-commit.md)
|
||||
這份文件教你如何在修訂在遠端的 commit。
|
||||
> 在你需要調整 commit 的時候使用這個。
|
||||
|
||||
### [回復本地的 commit](../undoing-a-commit.md)
|
||||
### [回復本地的 commit](../../git_workflow_scenarios/undoing-a-commit.md)
|
||||
這份文件教你如何回復本地的 commit。在你覺得你搞砸了本地的 repository,並且希望重置你的 repository時,照著做就對了。
|
||||
> 如果你需要回復/重置 commit 時,跟著做吧。
|
||||
|
||||
### [解決合併時的衝突](../resolving-merge-conflicts.md)
|
||||
### [解決合併時的衝突](../../git_workflow_scenarios/resolving-merge-conflicts.md)
|
||||
這份文件教你解決合併時的衝突。
|
||||
> 跟著這些步驟來解決煩人的衝突。
|
||||
|
||||
### [刪除檔案](../removing-a-file.md)
|
||||
### [刪除檔案](../../git_workflow_scenarios/removing-a-file.md)
|
||||
這份文件教你從本地 repository 中刪除檔案。
|
||||
> 跟著這些步驟學習如何從之前的 commit 中刪除檔案。
|
||||
|
||||
### [移動 commit 到另一個分支](../moving-a-commit-to-a-different-branch.md)
|
||||
### [移動 commit 到另一個分支](../../git_workflow_scenarios/moving-a-commit-to-a-different-branch.md)
|
||||
這份文件教你如何移動 commit 到另一個分支。
|
||||
> 跟著步驟移動 commit 到另一個分支。
|
||||
|
||||
### [配置 git](../configuring-git.md)
|
||||
### [配置 git](../../git_workflow_scenarios/configuring-git.md)
|
||||
這份文件教你設定 git 的使用者資料與其他選項。
|
||||
> 閱讀這份文件讓你對 git 配置更有掌握。
|
||||
|
||||
### [好用的連結](../Useful-links-for-further-learning.md)
|
||||
### [好用的連結](../../git_workflow_scenarios/Useful-links-for-further-learning.md)
|
||||
這份文件包含許多好用的部落格文章、網站、提示和小技巧,了解這些讓我們可以更容易上手。這一頁應該當做好用連結的索引,讓開源的新手還有想認識開源的人可以了解更多。
|
||||
|
||||
### [擠壓 commits](../squashing-commits.md)
|
||||
### [擠壓 commits](../../git_workflow_scenarios/squashing-commits.md)
|
||||
這份文件教你如何藉由互動式 rebase 擠壓 commits。
|
||||
> 如果你想要發出一個 PR,但檢閱者要求你將一部份 commits 擠壓成一個 commits 藉由互動式 rebase。
|
||||
|
||||
Loading…
Reference in New Issue
Block a user