上次小弟在公司內部舉辦 Tech Talk 活動時,一位講者分享一個很酷頗完整的工具: #phabricator ,讓我覺得挺驚艷的。
它的功能包含了:
⑴ Pre-Commit Code Review(當然含 code diff, 類似 github code review 的功能)
⑵ 版本控管 support: Git, Mercurial, and SVN
⑶ Task Management (可以自訂 feature/ticket 的 form, 還有漂亮的 task graph)
⑷ 文件紀錄 (document wiki, support markdown)
⑸ Workboards and Sprints (電子看板, 類似 trello)
⑹ Chat Channels (提供即時通訊的功能,但官方也建議你用 slack 比較好)
⑺ Notification 設定
⑻ Command line & API (能結合更多自動化和外掛工具)
傳送門:https://www.phacility.com/phabricator/
重點:phabricator 可以自己 host, 免費使用。如果你懶得裝,也可以直接購買 Phacility Hosted 的服務($20 per user / per month)
#東森信息科技 的同事是自己裝,他們團隊有在試用,據說用起來速度還不錯。有興趣的朋友可以參考看看。
同時也有10000部Youtube影片,追蹤數超過2,910的網紅コバにゃんチャンネル,也在其Youtube影片中提到,...
「mercurial git比較」的推薦目錄:
- 關於mercurial git比較 在 91 敏捷開發之路 Facebook 的精選貼文
- 關於mercurial git比較 在 軟體開發學習資訊分享 Facebook 的最讚貼文
- 關於mercurial git比較 在 軟體開發學習資訊分享 Facebook 的最佳解答
- 關於mercurial git比較 在 コバにゃんチャンネル Youtube 的最佳解答
- 關於mercurial git比較 在 大象中醫 Youtube 的最佳貼文
- 關於mercurial git比較 在 大象中醫 Youtube 的最佳解答
- 關於mercurial git比較 在 [閒聊] git, darcs, mercurial..., 版本控制比較- 看板Linux 的評價
- 關於mercurial git比較 在 mercurial git比較-推薦/討論/評價在PTT、Dcard、IG整理一次看 的評價
- 關於mercurial git比較 在 mercurial git比較-推薦/討論/評價在PTT、Dcard、IG整理一次看 的評價
- 關於mercurial git比較 在 Bitbucket github比較. say hi網頁版 的評價
- 關於mercurial git比較 在 Git and Mercurial - Compare and Contrast 的評價
- 關於mercurial git比較 在 Bitbucket github 比較// 朱古力日本av 的評價
- 關於mercurial git比較 在 Re: [請益] 個人用的版本控制軟體- soft_job 的評價
- 關於mercurial git比較 在 Git vs. Mercurial vs. Subversion / 一万小时 的評價
- 關於mercurial git比較 在 TortoiseHg、mercurial幣在PTT/mobile01評價與討論 的評價
- 關於mercurial git比較 在 TortoiseHg、mercurial幣在PTT/mobile01評價與討論 的評價
- 關於mercurial git比較 在 Bitbucket github比較// 中华人民共和国消防法最新版 的評價
- 關於mercurial git比較 在 Github bitbucket 比較- 劇場版假面騎士build be the one 線上看 的評價
mercurial git比較 在 軟體開發學習資訊分享 Facebook 的最讚貼文
這篇也是翻譯文章重新再校稿編排過DVCS的圖解說明, 有了VCS再來了解DVCS其實容易很多, 這篇的範例是使用Mercurial, 要了解DVCS更細部的操作, 去找Git or Mercurial的操作手冊會比較好, 這篇還是著重觀念說明
mercurial git比較 在 軟體開發學習資訊分享 Facebook 的最佳解答
Mercurial與Git其實功能相當類似, 有人說Mercurial比較簡單比較容易上手, 也有人說Git效能比較強但是相對較複雜. 但是這都沒關係, 他們都有DVCS的特性, 在local端都可以commit,開branch, merge, 如果真的要了解這兩個目前當紅的dvcs差在哪裡, 可以參考http://mercurial.selenic.com/wiki/GitConcepts
mercurial git比較 在 コバにゃんチャンネル Youtube 的最佳解答
mercurial git比較 在 大象中醫 Youtube 的最佳貼文
mercurial git比較 在 大象中醫 Youtube 的最佳解答
mercurial git比較 在 mercurial git比較-推薦/討論/評價在PTT、Dcard、IG整理一次看 的推薦與評價
mercurial git比較 -推薦/討論/評價在PTT、Dcard、IG整理一次看|2022年05月|追蹤網紅動態,熱門網紅排名,社群最新更新第一手情報收集. ... <看更多>
mercurial git比較 在 mercurial git比較-推薦/討論/評價在PTT、Dcard、IG整理一次看 的推薦與評價
mercurial git比較 -推薦/討論/評價在PTT、Dcard、IG整理一次看|2022年05月|追蹤網紅動態,熱門網紅排名,社群最新更新第一手情報收集. ... <看更多>
mercurial git比較 在 [閒聊] git, darcs, mercurial..., 版本控制比較- 看板Linux 的推薦與評價
最近開始學用git, 用來管理自己的部落格。
其實就是一個空間,拿來放文章、測試cgi, 做簡易圖床的地方。
現在git掛一個git-ftp shellscript push去我的網頁空間。
總覺得有點不方便。
目前還不太會遠端操作其它目錄,本地也不是很熟練;
有時要google不熟的指令。
然後才發現原來不只有git, 還有其它的版控系統。
學git是因為一開始我只知道這種。
在git出後,也出了幾款分散式版控系統。
- mercury: 好像也蠻通用的,和git差在一些細節。
(修正,mercurial, 和git同時。)
- darcs: 用haskell寫的,用的人好像也都是寫haskell的。
是記錄每次的修改,而非每次的快照。
不知道現在各家爭鳴的情況如何?
我找不到darcs的中文文件……,mercury比git少點。
那各位呢?
補充:
------
[Git sucks, or why do i use darcs instead. ]
(https://komar.bitcheese.net/en/git-sucks-or-why-do-I-use-darcs-instead )
[為什麼比 GIT 更好--理解 Mercurial 版本管理系統]
(https://www.openfoundry.org/tw/foss-forum/9266-why-git-better)
--
8H((
((88(
((((((((888(8(((
∫8段段???????
﹊∴……﹛﹜
[m
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.116.102.31
※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1448518326.A.654.html
... <看更多>