mirror of
https://github.com/LucasVbr/first-contributions.git
synced 2026-05-13 17:21:50 +00:00
28ce46db61
(1)Things a non Programmer can do.zh-cn.md (2)undoing-a-commit.zh-cn.md (3)Useful-links-for-further-learning.zh-cn.md (4)why-using-branches.zh-cn.md (5)git-bash-windows-tutorial.zh-cn.md (6)github-cli-tutorial.zh-cn.md
54 lines
4.5 KiB
Markdown
54 lines
4.5 KiB
Markdown
# 实用链接
|
||
|
||
本页面致敬所有让我们生活更轻松的技巧网站、博客文章和实用链接。
|
||
无论是初学者还是资深开发者,它们都是极好的参考资源。
|
||
这个页面将作为一个索引,汇总所有对开源领域新人或想深入了解的人有帮助的链接。
|
||
|
||
## 链接列表
|
||
**请注意: 以下所有链接均为英文内容。**
|
||
|
||
1. [Git 交互式教程](https://try.github.io)
|
||
2. [YouTube:FreeCodeCamp 的 Git 和 GitHub 初学者教程](https://www.youtube.com/watch?v=RGOj5yH7evk)
|
||
3. [git - 简明指南](http://rogerdudler.github.io/git-guide/)
|
||
4. [如何撤销、更改或删除 Git 提交](http://sethrobertson.github.io/GitFixUm/fixup.html)
|
||
5. [Git 和 GitHub 教程(多语言版本)](https://github.com/Roshanjossey/first-contributions)
|
||
6. [解决合并冲突](https://www.git-tower.com/learn/git/ebook/en/command-line/advanced-topics/merge-conflicts)
|
||
7. [Git How To:解决合并冲突](https://githowto.com/resolving_conflicts)
|
||
8. [Git 基础 - 快速入门指南](https://blog.praveen.science/basics-of-git-the-quick-start-guide/)
|
||
9. [我们在 Spotify Agile 方法中使用的 Git 标准](https://blog.praveen.science/git-standards-followed-in-our-way-of-spotify-agile-methodolgy/)
|
||
10. [Git 快捷方式](https://blog.praveen.science/git-shortcuts/)
|
||
11. [官方 Git 多语言备忘单](https://services.github.com/on-demand/resources/cheatsheets)
|
||
12. [来自 Tower 的 Git 备忘单](https://www.git-tower.com/learn/cheat-sheets/git)
|
||
13. [常见 Git 问题及解决方法](https://www.codementor.io/citizen428/git-tutorial-10-common-git-problems-and-how-to-fix-them-aajv0katd)
|
||
14. [Git Rebase 图解指南](https://blog.gitprime.com/git-rebase-an-illustrated-guide/)
|
||
15. [新手 Rebasing 与 Squashing 指南](https://github.com/servo/servo/wiki/Beginner%27s-guide-to-rebasing-and-squashing)
|
||
16. [命令与文件关联的 Git 速查表](http://ndpsoftware.com/git-cheatsheet.html)
|
||
17. [如何贡献开源](https://opensource.guide/how-to-contribute/)
|
||
18. [开源贡献入门指南](https://github.com/OpenSourceHelpCommunity/Getting-Started-With-Contributing-to-Open-Sources)
|
||
19. [FreeCodeCamp 的开源贡献指南](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)
|
||
20. [Atlassian 的 Git 教程](https://www.atlassian.com/git)
|
||
21. [Pull Request 审查流程](https://help.github.com/articles/about-pull-request-reviews/)
|
||
22. [另一个 Git 交互式教程](https://learngitbranching.js.org/)
|
||
23. [Git 命令行速查表](https://gist.github.com/davfre/8313299)
|
||
24. [编程书籍(免费)](https://github.com/EbookFoundation/free-programming-books)
|
||
25. [Git 专业技巧与秘籍电子书](https://goalkicker.com/GitBook/GitProfessionalTipsSecrets.pdf)
|
||
26. [成为 Git 专家的简单规则](https://medium.freecodecamp.org/follow-these-simple-rules-and-youll-become-a-git-and-github-master-e1045057468f)
|
||
27. [关于 Git 提交信息的建议](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html)
|
||
28. [更好的提交信息的 5 个技巧](https://thoughtbot.com/blog/5-useful-tips-for-a-better-commit-message)
|
||
29. [Git 版本控制基础](https://ourcodingclub.github.io/2017/02/27/git.html)
|
||
30. [Git 版本控制课程(Udacity)](https://www.udacity.com/course/version-control-with-git--ud123)
|
||
31. [Coursera 上 Google 提供的 Git 课程(可试听)](https://www.coursera.org/learn/introduction-git-github)
|
||
32. [在 VS Code 中使用版本控制](https://code.visualstudio.com/docs/editor/versioncontrol)
|
||
33. [Git 与 GitHub 的区别以及入门方法](https://kinsta.com/knowledgebase/git-vs-github/)
|
||
34. [Hello World Github 教程](https://guides.github.com/activities/hello-world/)
|
||
35. [如何使用 GitHub](https://www.edureka.co/blog/how-to-use-github/)
|
||
36. [Git 与 GitHub 的 10 天教程](https://github.com/Asabeneh/10-days-of-git-and-github)
|
||
37. [GitHub 快捷键列表](https://docs.github.com/en/get-started/using-github/keyboard-shortcuts)
|
||
38. [Kunal Kushwaha 的 Git 和 GitHub 完整教程(YouTube)](https://www.youtube.com/watch?v=apGV9Kg7ics&ab_channel=KunalKushwaha)
|
||
39. [Git 工作流速查表(Google Drive)](https://drive.google.com/uc?export=download&id=1QPRh5YmqQm4DFfitelPYlBTWC2I6tTTM)
|
||
40. [初学者 Git 工作流指南](https://medium.com/@anjulapaulus_84798/beginners-guide-to-proper-git-workflow-35a2d967734e)
|
||
41. [如何使用 GitHub Pages](https://docs.github.com/en/pages)
|
||
42. [了解 GitHub Copilot](https://docs.github.com/en/copilot/about-github-copilot/what-is-github-copilot)
|
||
|
||
持续添加你觉得有用的链接吧!
|