• 在CentOS VPS上源碼安裝高版本git 經驗

    通過yum install git在CentOS6.5上,安裝的git版本是1.7.1,不符合要求。在git push時會報如下錯誤:

    oxcw9675 2016-01-29   8460   0

    jenkins + GIt 搭建持續集成環境 經驗

    持續集成通過自動化構建、自動化測試以及自動化部署加上較高的集成頻率保證了開發系統中的問題能迅速被發現和修復,降低了集成失敗的風險,使得系統在開發中始終保持在一個穩定健康的集成狀態。jenkins是目前廣泛應用的持續集成工具,本文記錄我使用jenkins+Git配置持續集成環境的整個流程以及踩到的坑( jenkins過程的坑往往不是在第一次配置,而是在配置結束后更改某些配置項的時候踩到 )。

    jopen 2016-01-12   18746   0

    Git工作流指南:Pull Request工作流 經驗

    Pull Requests是Bitbucket上方便開發者之間協作的功能。提供了一個用戶友好的Web界面,在集成提交的變更到正式項目前可以對變更進行討論。

    wlyfls 2014-09-11   9042   0

    微軟 Team Foundation Server 開始支持 Git 資訊

    開源軟件技術在微軟的產品中扮演著越來越重要的角色。這個事實越發明顯,特別是微軟剛剛宣布其產品 Team Foundation Server (TFS) ALM (應用生命周期管理) 平臺支持 Git 分布式版本控制系統。

    jopen 2013-01-31   10954   0
    Git  

    Git客戶端,SmartGit 3.0.5 發布 資訊

    SmartGit 是一個 Git 版本控制系統的圖形化客戶端程序。

    jopen 2012-05-23   6513   0
    Git  

    基于Java的Git Web管理工具 Gitblit 資訊

    Gitblit 是一個純 Java 庫用來管理、查看和處理 Git 資料庫。相當于 Git 的 Java 管理工具。

    jopen 2012-07-14   23208   0
    Git  

    Git、Gerrit與Jenkins/Hudson CI服務器 資訊

     本文講述了如何為基于團隊的代碼審查系統配置Git、Gerrit與Jenkins/Hudson,正如我在《Git, Gerrit and Jenkins for iOS development》和《Gerrit Git Reviewwith Jenkins CI Server》演講(以及第一次提出這種做法的《Someday...》)中所倡導的那樣。文中的范例假定你所使用的操作系統是OS X或Linux,但是如果你愿意,也可以在Windows上運行它們。

    碼頭工人 2011-09-07   79617   1
    Git  

    Git客戶端SourceTree推出Windows版 資訊

    SourceTree 是 Mac 平臺上一款著名的 Git GUI 工具。今天 SourceTree 開發團隊在官方博客中宣布,已經將這一工具帶到了 Windows 平臺。

    jopen 2013-03-21   14423   0
    Git  

    10 個迅速提升你 Git 水平的提示 資訊

    最近我們推出了兩個教程:熟悉Git的基本功能和讓你在開發團隊中熟練的使用Git . 我們所討論的命令足夠一個開發者在Git使用方面游刃有余。在這篇文章中,我們試圖探索怎樣有效的管理你的時間和充分的使用Git提供的功能。

    jopen 2014-08-19   18005   1
    Git  

    Linux Kernel Git庫加入二步認證 資訊

    Linux 內核開發者以前向官方 Git 庫直接遞交代碼是使用 kernel.org 發行的 SSH 私鑰。SSH 私鑰比密碼要安全,但也很容易落在惡意的人手中,比如工作站被入侵或者私鑰被保存在安全不嚴的備份媒介中。

    jopen 2014-08-19   5944   0

    Github 宣布 Git Large File Storage(LFS) 資訊

    分布式版本控制系統Git在版本控制大文件上有所欠缺,基于Git的代碼托管平臺Github宣布了擴展Git Large File Storage (LFS), 改進了大文件的版本控制,允許開發者在工作流中整合大的二進制文件如音頻樣本、數據集和視頻。

    jopen 2015-04-09   9632   0
    Github  

    Jason Merrill: Git 將作為 GCC 的主要倉庫 資訊

    GCC 將遷移到 Git,很多用戶支持 GCC 庫切換到 Git 平臺。當前 GCC 團隊正在過度到 Git 平臺,把當前工作流 切換到 git master:在當前 git-svn 工作流,使用 git pull --rebase 和 git push 替換 git svn rebase 和 git svn dcommit。

    jopen 2015-08-22   5479   0
    Git  

    Git 2.7.0 RC3 發布 資訊

    Git 2.7.0 RC3 發布,此版本主要改進: ?* The appearance of "gitk", particularly on high DPI monitors, have ?? been improved.? "gitk" also comes with an undated translation for ?? Swedish and Japanese. ?* "git remote" learned "get-url" subcommand to show the URL for a ?? given remote name used for fetching and pushing. ?* There was no way to defeat a configured rebase.autostash variable ?? from the command line, as "git rebase --no-autostash" was missing. ?* "git log --date=local" used to only show the normal (default) ?? format in the local timezone.? The command learned to take 'local' ?? as an instruction to use the local timezone with other formats, ?* The refs used during a "git bisect" session is now per-worktree so ?? that independent bisect sessions can be done in different worktrees ?? created with "git worktree add". ?* Users who are too busy to type three extra keystrokes to ask for ?? "git stash show -p" can now set stash.showPatch configuration ?? variable to true to always see the actual patch, not just the list ?? of paths affected with feel for the extent of damage via diffstat. ?* "quiltimport" allows to specify the series file by honoring the ?? $QUILT_SERIES environment and also --series command line option. ?* The use of 'good/bad' in "git bisect" made it confusing to use when ?? hunting for a state change that is not a regression (e.g. bugfix). ?? The command learned 'old/new' and then allows the end user to ?? say e.g. "bisect start --term-old=fast --term-new=slow" to find a ?? performance regression. ?* "git interpret-trailers" can now run outside of a Git repository. ?* "git p4" learned to reencode the pathname it uses to communicate ?? with the p4 depot with a new option. ?* Give progress meter to "git filter-branch". ?* Allow a later "!/abc/def" to override an earlier "/abc" that ?? appears in the same .gitignore file to make it easier to express ?? "everything in /abc directory is ignored, except for ...". ?* Teach "git p4" to send large blobs outside the repository by ?? talking to Git LFS. ?* Prepare for Git on-disk repository representation to undergo ?? backward incompatible changes by introducing a new repository ?? format version "1", with an extension mechanism. ?* "git worktree" learned a "list" subcommand. ?* "git clone --dissociate" learned that it can be used even when ?? "--reference" was not used at the same time. ?* "git blame" learnt to take "--first-parent" and "--reverse" at the ?? same time when it makes sense. ?* "git checkout" did not follow the usual "--[no-]progress" ?? convention and implemented only "--quiet" that is essentially ?? a superset of "--no-progress".? Extend the command to support the ?? usual "--[no-]progress". ?* The semantics of transfer.hideRefs configuration variable have been ?? extended to work better with the ref "namespace" feature that lets ?? you throw unrelated bunches of repositories in a single physical ?? repository and virtually serve them as separate ones. ?* send-email config variables whose values are pathnames now go ?? through the ~username/ expansion. ?* bash completion learnt to TAB-complete recipient addresses given ?? to send-email. ?* The credential-cache daemon can be told to ignore SIGHUP to work ?? around issue when running Git from inside emacs. ?* "git push" learned new configuration for doing "--recurse-submodules" ?? on each push. ?* "format-patch" has learned a new option to zero-out the commit ?? object name on the mbox "From " line. 下載:https://github.com/git/git/archive/v2.7.0-rc3.zip?

    jopen 2015-12-29   6305   0

    git 和 docker 黃金搭檔 資訊

    首先介紹我們公司和團隊的情況,kingdee 云之家,主要是做企業社交,其中包括 im,微博等,我們的服務主要包括免費的公有云服務,和各個企業的私有云部署,其中萬科,海爾都是我們的客戶。

    jopen 2015-12-23   10894   0
    Docker  

    你需要知道的 12 個 Git 高級命令 資訊

    眾所周知,Git目前已經是分布式版本控制領域的翹楚,圍繞著Git形成了完整的生態圈。學習Git,首先當然是學習Git的基本工作流。相比 于SVN等傳統版本控制系統來說,Git是專為分布式版本控制而生的強大工具。使用Git時常用的命令有pull、commit、push等,貌似很簡 單。不過,有時你會遇到合并沖突的情況,Git這時會將沖突標記出來,需要你手工來解決。有時,你會不小心將代碼提交到錯誤的分支上,并且又推送到了遠程 倉庫。還有些時候,你需要切換到不同的分支,但Git卻不讓你這么做,因為還有未保存的修改。如果需要通過另一個分支的提交來為代碼打補丁該怎么做呢?本 文就將介紹12個Git高級命令,合理使用這些命令可以大大提升應用Git的效率。

    jopen 2016-01-30   14042   0
    P4

      使用GIT協同開發手冊 文檔

    由于目前工程需要同時開發多個功能,本文檔希望能規范一些步驟來方便項目內各開發人員協同開發,提高項目開發效率。 每個負責開發功能的人員,需要向各自項目負責人索取一個項目開發基線版本(例如rkdroid_v2.9),然后遵循以下步驟來提交新功能。

    self001 2012-03-06   4254   0

    比較全面的 Git 學習資料整理 經驗

    這整個 Repository 是關于分布式版本管理工具 Git 及托管商 Github 的使用,大部分都是網友寫的內容,在這里只是做一個資源的匯總和合理的安排,希望能成為最好的學習 Git 的資源,從開始入門使用,到慢慢的提高,再到理解各種原理,希望能夠達成這個目標。

    DanieleTRV 2017-01-06   40013   0

    Android Jenkins+Git+Gradle持續集成 經驗

    Jenkins打包并不難,最難的地方就是安裝插件,如果在Linux系統上和Mac上使用Jenkins的化設置起來幾乎無差別,只是需要的文件格式大同小異而已。

    hhhxxxlll 2016-12-21   16428   0

    Git: 教你如何在Commit時有話可說 經驗

    我們今天要說的主題就是關于Git中記錄Commit Message的參考規范。

    NewPickens 2016-01-16   13492   0

    使用 git rebase 避免無謂的 merge 經驗

    git pull 預設的行為是將遠端的 repo. 與本地的 repo. 合併,這也是 DVCS 的初衷,將兩個 branch 合併。

    xxy1010 2010-02-15   15992   0
    1 2 3 4 5 6 7 8 9 10
  • sesese色