Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git:透过命令学概念 —— 第二部分 #6113

Merged
merged 9 commits into from
Jul 16, 2019
Merged

Conversation

Mirosalva
Copy link
Contributor

译文翻译完成,resolve #6057

@shixi-li
Copy link
Contributor

校对认领

@fanyijihua
Copy link
Collaborator

@shixi-li 好的呢 🍺

@Moonliujk
Copy link

校对认领

@fanyijihua
Copy link
Collaborator

@Moonliujk 妥妥哒 🍻

Copy link
Contributor

@shixi-li shixi-li left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

提了一些建议供商榷

TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
Copy link

@Moonliujk Moonliujk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

翻译的不错,一些格式上的细节问题需要注意

TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
@Moonliujk
Copy link

@Mirosalva @fanyijihua 校对完毕

Copy link
Contributor Author

@Mirosalva Mirosalva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已完成修改,谢谢校对意见。

TODO1/learn-git-concepts-not-commands-2.md Show resolved Hide resolved
TODO1/learn-git-concepts-not-commands-2.md Outdated Show resolved Hide resolved
@leviding leviding added 标注 待管理员 Review and removed 正在校对 labels Jul 16, 2019
@Mirosalva
Copy link
Contributor Author

@shixi-li @Moonliujk 两位校对完成了吗?


As detailed in the section on [Rebasing](#rebasing), there is a benefit in keeping a clean linear history, which is why I would strongly recommend that whenever you `git pull` you do a `git pull -r`.
在[变基](#rebasing)这小节中已经详细介绍了,保持一个干净线性的历史提交记录是有好处的,所以我才强烈建议当你需要执行 `git pull` 命令时,不妨使用 `git pull -r` 替代。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

注意翻译内容后duiyingxiugai对应修改锚点并进行可用性测试。

@leviding
Copy link
Member

@Mirosalva 请译者查看最新 commit 记录,本文有很多的格式细节问题,我帮忙修改了部分,请自行检查全文并进行修改。

译文很棒,只是对于一个地方我有疑问。本文的读者应该是 Git 的使用者和学习者,那么多余 add、commit、merge 等等关键词,尤其是 rebase,是否有必要翻译,个人认为统一不翻译比较好,仅为个人意见。

@shixi-li @Moonliujk

@leviding leviding added enhancement 等待译者修改 needs-review and removed 标注 待管理员 Review labels Jul 16, 2019
@Mirosalva
Copy link
Contributor Author

@leviding git的这些关键词是参考sourceTree的中文版的翻译(分支、命令外都是中文),因此这里也翻译成中文了,刚把 合并 这类中文前后的空格给去掉了。。

@leviding
Copy link
Member

嗯嗯,我也注意到你翻译的是标准的,Git 官方也是这么翻译的,这个只是个人习惯问题。对于前后空格那个,因为都是用两个类似撇号的英文符号括起来的,MarkDown 解析后其实是 code 标签,是需要前后空格的。麻烦看下是否还有需要修改的内容,没有的话艾特我,我再 Review 一次,进行 merge。

@leviding
Copy link
Member

leviding commented Jul 16, 2019

@Mirosalva 我刚挨个修改的格式问题,为什么你又给改回去了呢?请重新修改回来,并自行检查其他问题,确认无误后艾特我 Review。

@Mirosalva
Copy link
Contributor Author

@leviding 没仔细看之前你的修改,刚括号加上去了。。

@leviding
Copy link
Member

@Mirosalva 请认真检查全文所有问题,修改确认无误后艾特我 Review,我刚随意看了几行就找出了问题,并做了修改,请看最新 commit。请认真检查修改全文所有问题,辛苦了。

@Mirosalva
Copy link
Contributor Author

@leviding 这次把反引号的前后空格都加了

@leviding leviding merged commit 3f97ad6 into xitu:master Jul 16, 2019
@leviding
Copy link
Member

@Mirosalva 已经 merge 啦~ 快快麻溜发布到掘金然后给我发下链接,方便及时添加积分哟。

掘金翻译计划有自己的知乎专栏,你也可以投稿哈,推荐使用一个好用的插件
专栏地址:https://zhuanlan.zhihu.com/juejinfanyi

@leviding leviding added 翻译完成 and removed enhancement 等待译者修改 问题标注 labels Jul 16, 2019
@Mirosalva
Copy link
Contributor Author

@leviding 已发布到掘金,链接: https://juejin.im/post/5d2da05ae51d45106b15ffca

LucaslEliane pushed a commit to LucaslEliane/gold-miner that referenced this pull request Jul 17, 2019
* 翻译『learn-git-concepts-not-commands-2』;

* 完成翻译『learn-git-concepts-not-commands-2』;

* 根据校对意见修改 『learn-git-concepts-not-commands-2』;

* 添加译者;

* 修正译文部分格式问题

* review  『learn-git-concepts-not-commands-2』;

* review  『learn-git-concepts-not-commands-2』;

* 修正译文格式问题

* review  『learn-git-concepts-not-commands-2』;
leviding pushed a commit that referenced this pull request Jul 23, 2019
* translation/effiective BLoC pattern for flutter

* feat: merge upstream master

* 微前端:未来前端开发的新趋势 — 第二部分 (#6068)

* Finish translation

* Modify translation in code comments

* Fix format and delete original paragraphs

* Resolve modification suggestions

* Remove an extra empty line

* Update micro-frontends-2.md

* Create kotlin-clean-architecture.md (#6085)

* Create kotlin-clean-architecture.md

* Update kotlin-clean-architecture.md

* Update kotlin-clean-architecture.md

* Create the-css-mindset.md (#6088)

* Xcode 和 LLDB 高级调试教程:第 2 部分 (#6056)

* 翻译部分文章

* Xcode 和 LLDB 高级调试教程:第 2 部分

* 参考 iWeslie 和 JasonWu1111 的校对意见进行校对,并添加校对名单

* 格式细节修改

* Update xcode-and-lldb-advanced-debugging-tutorial-part-2.md

* Create collection-cognitive-biases-how-to-use-1.md (#6092)

* Create collection-cognitive-biases-how-to-use-2.md (#6094)

* Create collection-cognitive-biases-how-to-use-3.md (#6093)

* 微前端:未来前端开发的新趋势 — 第四部分 (#6058)

* 垂直排版:重提� writing-mode

垂直排版:重提� writing-mode

* fix

fix

* 根据校对意见修改

根据校对意见修改

* fix 作品链接

* translate

* 根据校对意见修改

* Create the-state-of-graphql-by-reddit.md (#6099)

* Create birdseye-go.md (#6100)

* Create fountaincodes.md (#6101)

* Create testing-react-apps-with-cypress.md (#6102)

* Update birdseye-go.md

* 自托管你的静态资源 (#6060)

* 自托管你的静态资源

自托管你的静态资源

* update 自托管你的静态资源

update 自托管你的静态资源

* Update self-host-your-static-assets.md

* Update self-host-your-static-assets.md

数字/英文间加空格

* 格式问题修正

* 微前端:未来前端开发的新趋势 — 第三部分 (#6067)

* Update micro-frontends-3.md

完成翻译

* Update micro-frontends-3.md

根据校对者意见修改完成

* Update micro-frontends-3.md

* Web 流式文字排版的现状 (#6071)

* 流式字体排版的现状

* accessibility 释义修改

* 统一翻译为流式文字排版

* 格式调整

* 校对修改

* Update the-state-of-fluid-web-typography.md

* 纠错 (#6112)

* 纠错 (#6111)

* 推广 PWA 安装的模式(移动端) (#6087)

* Update promoting-install-mobile.md

翻译完成

* 推广 PWA 安装的模式(移动端)

翻译完成

* 推广 PWA 安装的模式(移动端)

翻译完成

* Update promoting-install-mobile.md

* 校对修改完成

校对修改完成

* Update promoting-install-mobile.md

添加校对者

* 使用 SVG 和 Vue.Js 构建动态树图 (#6075)

* 使用 SVG 和 Vue.Js 构建动态树图

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* 格式问题修正

* 在 Python 中过度使用列表推导式和表达式生成器 (#6059)

* 在 Python 中过度使用列表解析器和生成表达式

在 Python 中过度使用列表解析器和生成表达式

* Update abusing-and-overusing-list-comprehensions-in-python.md

JalanJiang 校对 完成

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update abusing-and-overusing-list-comprehensions-in-python.md

* Update abusing-and-overusing-list-comprehensions-in-python.md

* Update abusing-and-overusing-list-comprehensions-in-python.md

* 设计任何图表的六项原则 (#6083)

* translation_1

translation_1

* Proofreading_1

Proofreading_1

* 校对修改完成

校对修改完成

* 添加校对者

添加校对者

* Update redefining-data-visualization-at-google.md

* Create creating-a-multi-level-hierarchical-flyout-navigation-menu-using-only-html-and-css.md (#6117)

* Create css-architecture-for-multiple-websites.md (#6119)

* Update css-architecture-for-multiple-websites.md

* Create how-pagespeed-works.md (#6121)

* CSS 思维模式 (#6124)

* CSS 思维模式

CSS 思维模式

* adjust 

adjust

* colon

add colon & change some word

* 校对修改完成

校对修改完成

* 校对修改_2

校对修改_2

* 使用 Gomobile 和 Gopherjs 的动态二维码数据传输 (#6096)

* Update animated-qr-data-transfer-with-gomobile-and-gopherjs.md

* Update animated-qr-data-transfer-with-gomobile-and-gopherjs.md

* 使用 Swift 5 构建一个 iOS 移动端群聊应用程序 (#6084)

* translation/effiective BLoC pattern for flutter

* feat: merge upstream master

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Update effective-bloc-pattern.md

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Create the-10-statistical-techniques-data-scientists-need-to-master.md (#6126)

* Create the-10-statistical-techniques-data-scientists-need-to-master.md

* Update the-10-statistical-techniques-data-scientists-need-to-master.md

* Create 101-tips-for-being-a-great-programmer-human.md (#6128)

* Create 101-tips-for-being-a-great-programmer-human.md

* Update 101-tips-for-being-a-great-programmer-human.md

* Create xgboost-algorithm-long-may-she-reign.md (#6127)

* Create xgboost-algorithm-long-may-she-reign.md

* Update xgboost-algorithm-long-may-she-reign.md

* Update the-10-statistical-techniques-data-scientists-need-to-master.md

* Create a-step-by-step-explanation-of-principal-component-analysis.md (#6129)

* Create a-step-by-step-explanation-of-principal-component-analysis.md

* Update a-step-by-step-explanation-of-principal-component-analysis.md

* Create when-to-standardize-your-data.md (#6130)

* Create when-to-standardize-your-data.md

* Update when-to-standardize-your-data.md

* Update when-to-standardize-your-data.md

* 利用 84 种认知偏见设计更好的产品 —— 第一部分 (#6114)

* docs(*): long opening and Part 1

* docs(*): 5 & 6 biases

* docs(*): 7~10 biases

* docs(*): Don’t call me a loser

* docs(*): Disproportionately emotional

* fix(*): Proofreading

* fix(*): Proofreading

* docs(*): Adding proofreader

* Update collection-cognitive-biases-how-to-use-1.md

* Create responsive-design-ground-rules.md (#6141)

* Create 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md (#6143)

* Create 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md

* Update 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md

* Update 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md

* Create hermes.md (#6145)

* Create hermes.md

* Update hermes.md

* 敏捷也许是个问题 (#6105)

* 敏捷也许是个问题

敏捷也许是个问题

* Update agile-agile-blah-blah.md

* Update agile-agile-blah-blah.md

* Update agile-agile-blah-blah.md

* Create frontend-vs-backend-which-one-is-right-for-you.md (#6148)

* Create javascript-knowledge-reading-source-code.md

* Update javascript-knowledge-reading-source-code.md

* npm 的经济风云 —— 下半部分 (#6098)

* npm 的经济风云 —— 下半部分

npm 的经济风云 —— 下半部分

* 第一次修改

感谢 @LanceZhu 的宝贵建议。

* 第二次修改

将”投机者“改为”拉投资的企业“。

* 第三次修改完成

感谢校对者 @MarchYuanx

@leviding

* Git:透过命令学概念 —— 第二部分 (#6113)

* 翻译『learn-git-concepts-not-commands-2』;

* 完成翻译『learn-git-concepts-not-commands-2』;

* 根据校对意见修改 『learn-git-concepts-not-commands-2』;

* 添加译者;

* 修正译文部分格式问题

* review  『learn-git-concepts-not-commands-2』;

* review  『learn-git-concepts-not-commands-2』;

* 修正译文格式问题

* review  『learn-git-concepts-not-commands-2』;

* 区域设置更改和 AndroidViewModel 反面模式 (#6080)

* Update locale-changes-and-the-androidviewmodel-antipattern.md

* 字母间空格以及译者链接添加

* 对格式进行修改

* Update locale-changes-and-the-androidviewmodel-antipattern.md

* 更新七月份杂项积分和礼物兑换积分

* fix 积分

* 更新七月份部分前端分类文章翻译校对积分

* 更新七月份前端分类文章翻译校对积分

* Update front-end.md

* Update backend.md

* fix 积分

* Update ios.md

* Update ios.md

* Update AI.md

* Update android.md

* Update product.md

* Update design.md

* 更新七月上半月其他文章翻译校对积分

* fix 积分

* Update using-node-js-to-read-really-really-large-files-pt-1.md

* Update effective-bloc-pattern.md

* Update using-node-js-to-read-really-really-large-files-pt-1.md

* Update using-node-js-to-read-really-really-large-files-pt-1.md

* Update using-node-js-to-read-really-really-large-files-pt-1.md
pingren pushed a commit to pingren/gold-miner that referenced this pull request Jul 31, 2019
* translation/effiective BLoC pattern for flutter

* feat: merge upstream master

* 微前端:未来前端开发的新趋势 — 第二部分 (xitu#6068)

* Finish translation

* Modify translation in code comments

* Fix format and delete original paragraphs

* Resolve modification suggestions

* Remove an extra empty line

* Update micro-frontends-2.md

* Create kotlin-clean-architecture.md (xitu#6085)

* Create kotlin-clean-architecture.md

* Update kotlin-clean-architecture.md

* Update kotlin-clean-architecture.md

* Create the-css-mindset.md (xitu#6088)

* Xcode 和 LLDB 高级调试教程:第 2 部分 (xitu#6056)

* 翻译部分文章

* Xcode 和 LLDB 高级调试教程:第 2 部分

* 参考 iWeslie 和 JasonWu1111 的校对意见进行校对,并添加校对名单

* 格式细节修改

* Update xcode-and-lldb-advanced-debugging-tutorial-part-2.md

* Create collection-cognitive-biases-how-to-use-1.md (xitu#6092)

* Create collection-cognitive-biases-how-to-use-2.md (xitu#6094)

* Create collection-cognitive-biases-how-to-use-3.md (xitu#6093)

* 微前端:未来前端开发的新趋势 — 第四部分 (xitu#6058)

* 垂直排版:重提� writing-mode

垂直排版:重提� writing-mode

* fix

fix

* 根据校对意见修改

根据校对意见修改

* fix 作品链接

* translate

* 根据校对意见修改

* Create the-state-of-graphql-by-reddit.md (xitu#6099)

* Create birdseye-go.md (xitu#6100)

* Create fountaincodes.md (xitu#6101)

* Create testing-react-apps-with-cypress.md (xitu#6102)

* Update birdseye-go.md

* 自托管你的静态资源 (xitu#6060)

* 自托管你的静态资源

自托管你的静态资源

* update 自托管你的静态资源

update 自托管你的静态资源

* Update self-host-your-static-assets.md

* Update self-host-your-static-assets.md

数字/英文间加空格

* 格式问题修正

* 微前端:未来前端开发的新趋势 — 第三部分 (xitu#6067)

* Update micro-frontends-3.md

完成翻译

* Update micro-frontends-3.md

根据校对者意见修改完成

* Update micro-frontends-3.md

* Web 流式文字排版的现状 (xitu#6071)

* 流式字体排版的现状

* accessibility 释义修改

* 统一翻译为流式文字排版

* 格式调整

* 校对修改

* Update the-state-of-fluid-web-typography.md

* 纠错 (xitu#6112)

* 纠错 (xitu#6111)

* 推广 PWA 安装的模式(移动端) (xitu#6087)

* Update promoting-install-mobile.md

翻译完成

* 推广 PWA 安装的模式(移动端)

翻译完成

* 推广 PWA 安装的模式(移动端)

翻译完成

* Update promoting-install-mobile.md

* 校对修改完成

校对修改完成

* Update promoting-install-mobile.md

添加校对者

* 使用 SVG 和 Vue.Js 构建动态树图 (xitu#6075)

* 使用 SVG 和 Vue.Js 构建动态树图

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* 格式问题修正

* 在 Python 中过度使用列表推导式和表达式生成器 (xitu#6059)

* 在 Python 中过度使用列表解析器和生成表达式

在 Python 中过度使用列表解析器和生成表达式

* Update abusing-and-overusing-list-comprehensions-in-python.md

JalanJiang 校对 完成

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update abusing-and-overusing-list-comprehensions-in-python.md

* Update abusing-and-overusing-list-comprehensions-in-python.md

* Update abusing-and-overusing-list-comprehensions-in-python.md

* 设计任何图表的六项原则 (xitu#6083)

* translation_1

translation_1

* Proofreading_1

Proofreading_1

* 校对修改完成

校对修改完成

* 添加校对者

添加校对者

* Update redefining-data-visualization-at-google.md

* Create creating-a-multi-level-hierarchical-flyout-navigation-menu-using-only-html-and-css.md (xitu#6117)

* Create css-architecture-for-multiple-websites.md (xitu#6119)

* Update css-architecture-for-multiple-websites.md

* Create how-pagespeed-works.md (xitu#6121)

* CSS 思维模式 (xitu#6124)

* CSS 思维模式

CSS 思维模式

* adjust 

adjust

* colon

add colon & change some word

* 校对修改完成

校对修改完成

* 校对修改_2

校对修改_2

* 使用 Gomobile 和 Gopherjs 的动态二维码数据传输 (xitu#6096)

* Update animated-qr-data-transfer-with-gomobile-and-gopherjs.md

* Update animated-qr-data-transfer-with-gomobile-and-gopherjs.md

* 使用 Swift 5 构建一个 iOS 移动端群聊应用程序 (xitu#6084)

* translation/effiective BLoC pattern for flutter

* feat: merge upstream master

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Update effective-bloc-pattern.md

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Create the-10-statistical-techniques-data-scientists-need-to-master.md (xitu#6126)

* Create the-10-statistical-techniques-data-scientists-need-to-master.md

* Update the-10-statistical-techniques-data-scientists-need-to-master.md

* Create 101-tips-for-being-a-great-programmer-human.md (xitu#6128)

* Create 101-tips-for-being-a-great-programmer-human.md

* Update 101-tips-for-being-a-great-programmer-human.md

* Create xgboost-algorithm-long-may-she-reign.md (xitu#6127)

* Create xgboost-algorithm-long-may-she-reign.md

* Update xgboost-algorithm-long-may-she-reign.md

* Update the-10-statistical-techniques-data-scientists-need-to-master.md

* Create a-step-by-step-explanation-of-principal-component-analysis.md (xitu#6129)

* Create a-step-by-step-explanation-of-principal-component-analysis.md

* Update a-step-by-step-explanation-of-principal-component-analysis.md

* Create when-to-standardize-your-data.md (xitu#6130)

* Create when-to-standardize-your-data.md

* Update when-to-standardize-your-data.md

* Update when-to-standardize-your-data.md

* 利用 84 种认知偏见设计更好的产品 —— 第一部分 (xitu#6114)

* docs(*): long opening and Part 1

* docs(*): 5 & 6 biases

* docs(*): 7~10 biases

* docs(*): Don’t call me a loser

* docs(*): Disproportionately emotional

* fix(*): Proofreading

* fix(*): Proofreading

* docs(*): Adding proofreader

* Update collection-cognitive-biases-how-to-use-1.md

* Create responsive-design-ground-rules.md (xitu#6141)

* Create 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md (xitu#6143)

* Create 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md

* Update 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md

* Update 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md

* Create hermes.md (xitu#6145)

* Create hermes.md

* Update hermes.md

* 敏捷也许是个问题 (xitu#6105)

* 敏捷也许是个问题

敏捷也许是个问题

* Update agile-agile-blah-blah.md

* Update agile-agile-blah-blah.md

* Update agile-agile-blah-blah.md

* Create frontend-vs-backend-which-one-is-right-for-you.md (xitu#6148)

* Create javascript-knowledge-reading-source-code.md

* Update javascript-knowledge-reading-source-code.md

* npm 的经济风云 —— 下半部分 (xitu#6098)

* npm 的经济风云 —— 下半部分

npm 的经济风云 —— 下半部分

* 第一次修改

感谢 @LanceZhu 的宝贵建议。

* 第二次修改

将”投机者“改为”拉投资的企业“。

* 第三次修改完成

感谢校对者 @MarchYuanx

@leviding

* Git:透过命令学概念 —— 第二部分 (xitu#6113)

* 翻译『learn-git-concepts-not-commands-2』;

* 完成翻译『learn-git-concepts-not-commands-2』;

* 根据校对意见修改 『learn-git-concepts-not-commands-2』;

* 添加译者;

* 修正译文部分格式问题

* review  『learn-git-concepts-not-commands-2』;

* review  『learn-git-concepts-not-commands-2』;

* 修正译文格式问题

* review  『learn-git-concepts-not-commands-2』;

* 区域设置更改和 AndroidViewModel 反面模式 (xitu#6080)

* Update locale-changes-and-the-androidviewmodel-antipattern.md

* 字母间空格以及译者链接添加

* 对格式进行修改

* Update locale-changes-and-the-androidviewmodel-antipattern.md

* 更新七月份杂项积分和礼物兑换积分

* fix 积分

* 更新七月份部分前端分类文章翻译校对积分

* 更新七月份前端分类文章翻译校对积分

* Update front-end.md

* Update backend.md

* fix 积分

* Update ios.md

* Update ios.md

* Update AI.md

* Update android.md

* Update product.md

* Update design.md

* 更新七月上半月其他文章翻译校对积分

* fix 积分

* Update using-node-js-to-read-really-really-large-files-pt-1.md

* Update effective-bloc-pattern.md

* Update using-node-js-to-read-really-really-large-files-pt-1.md

* Update using-node-js-to-read-really-really-large-files-pt-1.md

* Update using-node-js-to-read-really-really-large-files-pt-1.md
lsvih pushed a commit that referenced this pull request Aug 25, 2019
* translation/effiective BLoC pattern for flutter

* feat: merge upstream master

* 微前端:未来前端开发的新趋势 — 第二部分 (#6068)

* Finish translation

* Modify translation in code comments

* Fix format and delete original paragraphs

* Resolve modification suggestions

* Remove an extra empty line

* Update micro-frontends-2.md

* Create kotlin-clean-architecture.md (#6085)

* Create kotlin-clean-architecture.md

* Update kotlin-clean-architecture.md

* Update kotlin-clean-architecture.md

* Create the-css-mindset.md (#6088)

* Xcode 和 LLDB 高级调试教程:第 2 部分 (#6056)

* 翻译部分文章

* Xcode 和 LLDB 高级调试教程:第 2 部分

* 参考 iWeslie 和 JasonWu1111 的校对意见进行校对,并添加校对名单

* 格式细节修改

* Update xcode-and-lldb-advanced-debugging-tutorial-part-2.md

* Create collection-cognitive-biases-how-to-use-1.md (#6092)

* Create collection-cognitive-biases-how-to-use-2.md (#6094)

* Create collection-cognitive-biases-how-to-use-3.md (#6093)

* 微前端:未来前端开发的新趋势 — 第四部分 (#6058)

* 垂直排版:重提� writing-mode

垂直排版:重提� writing-mode

* fix

fix

* 根据校对意见修改

根据校对意见修改

* fix 作品链接

* translate

* 根据校对意见修改

* Create the-state-of-graphql-by-reddit.md (#6099)

* Create birdseye-go.md (#6100)

* Create fountaincodes.md (#6101)

* Create testing-react-apps-with-cypress.md (#6102)

* Update birdseye-go.md

* 自托管你的静态资源 (#6060)

* 自托管你的静态资源

自托管你的静态资源

* update 自托管你的静态资源

update 自托管你的静态资源

* Update self-host-your-static-assets.md

* Update self-host-your-static-assets.md

数字/英文间加空格

* 格式问题修正

* 微前端:未来前端开发的新趋势 — 第三部分 (#6067)

* Update micro-frontends-3.md

完成翻译

* Update micro-frontends-3.md

根据校对者意见修改完成

* Update micro-frontends-3.md

* Web 流式文字排版的现状 (#6071)

* 流式字体排版的现状

* accessibility 释义修改

* 统一翻译为流式文字排版

* 格式调整

* 校对修改

* Update the-state-of-fluid-web-typography.md

* 纠错 (#6112)

* 纠错 (#6111)

* 推广 PWA 安装的模式(移动端) (#6087)

* Update promoting-install-mobile.md

翻译完成

* 推广 PWA 安装的模式(移动端)

翻译完成

* 推广 PWA 安装的模式(移动端)

翻译完成

* Update promoting-install-mobile.md

* 校对修改完成

校对修改完成

* Update promoting-install-mobile.md

添加校对者

* 使用 SVG 和 Vue.Js 构建动态树图 (#6075)

* 使用 SVG 和 Vue.Js 构建动态树图

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* Update building-a-dynamic-tree-diagram-with-svg-and-vue-js.md

* 格式问题修正

* 在 Python 中过度使用列表推导式和表达式生成器 (#6059)

* 在 Python 中过度使用列表解析器和生成表达式

在 Python 中过度使用列表解析器和生成表达式

* Update abusing-and-overusing-list-comprehensions-in-python.md

JalanJiang 校对 完成

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update TODO1/abusing-and-overusing-list-comprehensions-in-python.md

Co-Authored-By: TrWestdoor <[email protected]>

* Update abusing-and-overusing-list-comprehensions-in-python.md

* Update abusing-and-overusing-list-comprehensions-in-python.md

* Update abusing-and-overusing-list-comprehensions-in-python.md

* 设计任何图表的六项原则 (#6083)

* translation_1

translation_1

* Proofreading_1

Proofreading_1

* 校对修改完成

校对修改完成

* 添加校对者

添加校对者

* Update redefining-data-visualization-at-google.md

* Create creating-a-multi-level-hierarchical-flyout-navigation-menu-using-only-html-and-css.md (#6117)

* Create css-architecture-for-multiple-websites.md (#6119)

* Update css-architecture-for-multiple-websites.md

* Create how-pagespeed-works.md (#6121)

* CSS 思维模式 (#6124)

* CSS 思维模式

CSS 思维模式

* adjust 

adjust

* colon

add colon & change some word

* 校对修改完成

校对修改完成

* 校对修改_2

校对修改_2

* 使用 Gomobile 和 Gopherjs 的动态二维码数据传输 (#6096)

* Update animated-qr-data-transfer-with-gomobile-and-gopherjs.md

* Update animated-qr-data-transfer-with-gomobile-and-gopherjs.md

* 使用 Swift 5 构建一个 iOS 移动端群聊应用程序 (#6084)

* translation/effiective BLoC pattern for flutter

* feat: merge upstream master

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Update effective-bloc-pattern.md

* Update how-to-build-ios-mobile-group-chat-app-swift-5-pubnub.md

* Create the-10-statistical-techniques-data-scientists-need-to-master.md (#6126)

* Create the-10-statistical-techniques-data-scientists-need-to-master.md

* Update the-10-statistical-techniques-data-scientists-need-to-master.md

* Create 101-tips-for-being-a-great-programmer-human.md (#6128)

* Create 101-tips-for-being-a-great-programmer-human.md

* Update 101-tips-for-being-a-great-programmer-human.md

* Create xgboost-algorithm-long-may-she-reign.md (#6127)

* Create xgboost-algorithm-long-may-she-reign.md

* Update xgboost-algorithm-long-may-she-reign.md

* Update the-10-statistical-techniques-data-scientists-need-to-master.md

* Create a-step-by-step-explanation-of-principal-component-analysis.md (#6129)

* Create a-step-by-step-explanation-of-principal-component-analysis.md

* Update a-step-by-step-explanation-of-principal-component-analysis.md

* Create when-to-standardize-your-data.md (#6130)

* Create when-to-standardize-your-data.md

* Update when-to-standardize-your-data.md

* Update when-to-standardize-your-data.md

* 利用 84 种认知偏见设计更好的产品 —— 第一部分 (#6114)

* docs(*): long opening and Part 1

* docs(*): 5 & 6 biases

* docs(*): 7~10 biases

* docs(*): Don’t call me a loser

* docs(*): Disproportionately emotional

* fix(*): Proofreading

* fix(*): Proofreading

* docs(*): Adding proofreader

* Update collection-cognitive-biases-how-to-use-1.md

* Create responsive-design-ground-rules.md (#6141)

* Create 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md (#6143)

* Create 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md

* Update 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md

* Update 16-devtools-tips-and-tricks-every-css-developer-need-to-know.md

* Create hermes.md (#6145)

* Create hermes.md

* Update hermes.md

* 敏捷也许是个问题 (#6105)

* 敏捷也许是个问题

敏捷也许是个问题

* Update agile-agile-blah-blah.md

* Update agile-agile-blah-blah.md

* Update agile-agile-blah-blah.md

* Create frontend-vs-backend-which-one-is-right-for-you.md (#6148)

* Create javascript-knowledge-reading-source-code.md

* Update javascript-knowledge-reading-source-code.md

* npm 的经济风云 —— 下半部分 (#6098)

* npm 的经济风云 —— 下半部分

npm 的经济风云 —— 下半部分

* 第一次修改

感谢 @LanceZhu 的宝贵建议。

* 第二次修改

将”投机者“改为”拉投资的企业“。

* 第三次修改完成

感谢校对者 @MarchYuanx

@leviding

* Git:透过命令学概念 —— 第二部分 (#6113)

* 翻译『learn-git-concepts-not-commands-2』;

* 完成翻译『learn-git-concepts-not-commands-2』;

* 根据校对意见修改 『learn-git-concepts-not-commands-2』;

* 添加译者;

* 修正译文部分格式问题

* review  『learn-git-concepts-not-commands-2』;

* review  『learn-git-concepts-not-commands-2』;

* 修正译文格式问题

* review  『learn-git-concepts-not-commands-2』;

* 区域设置更改和 AndroidViewModel 反面模式 (#6080)

* Update locale-changes-and-the-androidviewmodel-antipattern.md

* 字母间空格以及译者链接添加

* 对格式进行修改

* Update locale-changes-and-the-androidviewmodel-antipattern.md

* 更新七月份杂项积分和礼物兑换积分

* fix 积分

* 更新七月份部分前端分类文章翻译校对积分

* 更新七月份前端分类文章翻译校对积分

* Update front-end.md

* Update backend.md

* fix 积分

* Update ios.md

* Update ios.md

* Update AI.md

* Update android.md

* Update product.md

* Update design.md

* 更新七月上半月其他文章翻译校对积分

* fix 积分

* NodeJS 读取大数据集合的几种方法的性能比较

* Update effective-bloc-pattern.md

* Update streams-for-the-win-a-performance-comparison-of-nodejs-methods-for-reading-large-datasets-pt-2.md

* Update streams-for-the-win-a-performance-comparison-of-nodejs-methods-for-reading-large-datasets-pt-2.md

* 为代码块添加标签
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Git:透过命令学概念 —— 第二部分
5 participants