在Github和Git上fork之简单指南

https://linux.cn/article-4292-1.html,中文翻译

https://www.dataschool.io/simple-guide-to-forks-in-github-and-git/,英文原文

Send a pull request to Joe: If you think that Joe might like to incorporate your changes, you send him a pull request. This is a GitHub operation, in which you are communicating your changes to Joe, and "requesting" that he "pull" from your repo. It is up to him whether he pulls from you or not.

pull request,是请求别人将自己的更改同步到主线

如何在自己的电脑上搭建Git?

最新文章

  1. ngx_http_fastcgi_module模块.md
  2. decimal,float和double的区别
  3. 关于Android真机调测Profiler
  4. How Android Draws Views
  5. # 基于Gitolite搭建Git Server - 支持SSH&HTTP
  6. [iOS基础控件 - 6.12.3] @property属性 strong weak copy
  7. (转)微软开放了.NET 4.5.1的源代码
  8. C++之友元函数
  9. 教你如何用Qt做透明的窗体,setMask, Opacity
  10. c++的引用(二)
  11. 什么是比特币(Bitcoin)?
  12. HTML5 CSS3 精美案例 : 达到VCD盒个性幻灯片
  13. WeMall微商城源码投票插件Vote的主要源码
  14. adb devices 找不到设备
  15. 随select动,将value值显示在后面的input里
  16. 【jQuery】(2)---Jquery过滤选择器
  17. Django学习手册 - reverse()反转URL
  18. yml实例
  19. 安装使用hibernate tools
  20. elasticsearch 镜像使用

热门文章

  1. Numpy的介绍与基本使用方法
  2. C++类中的重载
  3. sin 与 cos 的用法
  4. Java单体应用 - 导读
  5. Redis(三):set/get 命令解析
  6. xhemj资料
  7. 用 F# 手写 TypeScript 转 C# 类型绑定生成器
  8. Docker(二) 镜像
  9. Docker底层架构之基础架构
  10. C++使用类调用CUDA核函数