ARTS-06月10日到06月16日

英文閱讀

原文地址

Understanding the GitHub flow

文章中提到的幾個核心

There's only one rule: anything in the master branch is always deployable.

只要是主幹分之,那就是穩定的發佈版本

By writing clear commit messages, you can make it easier for other people to follow along and provide feedback.

註釋的作用是方便別人反饋和跟蹤

Pull Requests are useful for contributing to open source projects and for managing changes to shared repositories.

Pull Requests 提供一種貢獻開源代碼的方式。

Pull Requests provide a way to notify project maintainers about the changes you'd like them to consider.

Pull Requests提供一種通知方式,用於通知項目團隊維護者,有開發者在自己的倉庫上進行了提交。


There's only one rule: anything in the master branch is always deployable.

技巧呈現

分享 之前整理的git版本庫控制的主要操作命令
【操作】git版本控制流入門命令FQ#1

文章分享

最近機緣巧合,跟蹤了一遍Java生態的Spring相關的開發套件,微服務開發方案,主要包括Spring,Spring Boot,Spring Cloud,Dubbo幾塊。關鍵詞集中在,微服務,雲生態,開源。
Java Spring開發生態概覽

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章