Files
weread-notes/notes/GitHub入门与实践.md
2026-06-15 23:22:51 +08:00

20 lines
622 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GitHub入门与实践
> 作者:大塚弘记
> 同步时间2026-06-15 23:21
---
## 划线笔记
### 1.4 为什么需要社会化编程
> 在工作中接触非公开代码的职业程序员们,更应该接触世界上的不同文化,拓展见闻。如果只在公司这一封闭的小世界中敲代码,往往在不知不觉间,手中的技术就变得陈腐不堪了。
> [2025-06-28 20:23]
### 2.2 什么是版本管理
> Fork就是将GitHub的某个特定仓库复制到自己的账户下。Fork出的仓库与原仓库是两个不同的仓库开发者可以随意编辑。
> [2025-06-29 00:32]