亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

目錄 搜索
Guides gitattributes giteveryday gitglossary gitignore gitmodules gitrevisions gittutorial gitworkflows Administration git archive git bundle git clean git filter-branch git fsck git gc git instaweb git reflog Basic Snapshotting git add git commit git diff git mv git reset git rm git status Branching and Merging git branch git checkout git log git merge git mergetool git stash git tag Debugging git bisect git blame git grep Email git am git format-patch git request-pull git send-email External Systems git fast-import git svn Getting and Creating Projects git clone git init Git git annotate git archimport git bisect-lk2009 git check-attr git check-mailmap git check-ref-format git checkout-index git cherry git citool git column git credential git credential-cache git credential-store git cvsexportcommit git cvsimport git cvsserver git diff-files git diff-tree git difftool git fast-export git fetch-pack git fmt-merge-msg git get-tar-commit-id git gui git http-backend git http-fetch git http-push git imap-send git index-pack git interpret-trailers git ls-remote git ls-tree git mailinfo git mailsplit git merge-file git merge-index git merge-one-file git merge-tree git mktag git mktree git name-rev git notes git p4 git pack-objects git pack-redundant git pack-refs git parse-remote git patch-id git prune git prune-packed git quiltimport git receive-pack git remote-ext git remote-fd git remote-testgit git repack git replace git rerere git send-pack git sh-i18n git sh-setup git shell git show-branch git show-index git stripspace git unpack-file git unpack-objects git upload-archive git upload-pack git var git verify-commit git verify-tag git whatchanged git worktree Inspection and Comparison git describe git shortlog git show Miscellaneous api credentials api index gitcli gitcore tutorial gitcredentials gitcvs migration gitdiffcore githooks gitk gitnamespaces gitremote helpers gitrepository layout gitsubmodules gittutorial 2 gitweb gitweb.conf pack format User Manual Patching git apply git cherry-pick git rebase git revert Plumbing Commands git cat-file git check-ignore git commit-tree git count-objects git diff-index git for-each-ref git hash-object git ls-files git merge-base git read-tree git rev-list git rev-parse git show-ref git symbolic-ref git update-index git update-ref git verify-pack git write-tree Server Admin git daemon git update-server-info Setup and Config git git config git help Sharing and Updating Projects git fetch git pull git push git remote git submodule
文字

名稱

git-archimport  - 將 Arch 資料庫(kù)導(dǎo)入 Git

概要

git archimport [-h] [-v] [-o] [-a] [-f] [-T] [-D depth] [-t tempdir]               <archive/branch>[:<git-branch>] …

描述

從一個(gè)或多個(gè) Arch 存儲(chǔ)庫(kù)導(dǎo)入項(xiàng)目。它將跟隨由所提供的<archive / branch>參數(shù)定義的名稱空間內(nèi)的分支和存儲(chǔ)庫(kù)。如果找不到合并來(lái)自的遠(yuǎn)程分支,它只會(huì)將其作為常規(guī)提交導(dǎo)入。如果它能找到它,它會(huì)盡可能將它標(biāo)記為合并(參見下面的討論)。

腳本希望您提供可以從 Arch 提交initial importtag類型的提交開始導(dǎo)入的關(guān)鍵根。它將跟隨并導(dǎo)入新的分支機(jī)構(gòu)。

它期望只處理一個(gè)項(xiàng)目。如果它看到具有不同根的分支,它將拒絕運(yùn)行。在這種情況下,編輯您的<archive / branch>參數(shù)以明確定義導(dǎo)入的范圍。

git archimporttla在后臺(tái)廣泛使用以訪問Arch存儲(chǔ)庫(kù)。確保tla在路徑中有可用的最新版本。tla必須知情您傳遞給git archimport的存儲(chǔ)庫(kù)。

對(duì)于初次導(dǎo)入,git archimport希望找到一個(gè)空目錄。要遵循使用 Arch 的項(xiàng)目的開發(fā),請(qǐng)使用git archimport與初始導(dǎo)入相同的參數(shù)重新運(yùn)行以執(zhí)行增量導(dǎo)入。

雖然git archimport會(huì)嘗試為其導(dǎo)入的存檔創(chuàng)建合理的分支名稱,但也可以手動(dòng)指定 Git 分支名稱。為此,請(qǐng)?jiān)诿總€(gè)<archive / branch>參數(shù)后面寫一個(gè) Git 分支名稱,用冒號(hào)分隔。這樣,您可以縮短 Arch 分支名稱并將 Arch 術(shù)語(yǔ)轉(zhuǎn)換為 Git 術(shù)語(yǔ),例如,將“PROJECT{litdd}devo{litdd}VERSION”分支映射到“master”。

將多個(gè) Arch 分支關(guān)聯(lián)到一個(gè) Git 分支是可能的;只有在創(chuàng)建第二個(gè)分支之后沒有對(duì)第一個(gè)分支進(jìn)行提交時(shí),結(jié)果才會(huì)最有意義。不過,這對(duì)轉(zhuǎn)換定期旋轉(zhuǎn)的 Arch 存儲(chǔ)庫(kù)非常有用。

合并

補(bǔ)丁合并來(lái)自 Arch 的數(shù)據(jù)也用于在 Git 中標(biāo)記合并。Git 并不關(guān)心追蹤補(bǔ)丁,只考慮分支自從分叉點(diǎn)起合并所有提交時(shí)的合并。最終的結(jié)果是,Git 可以很好地了解分支有多遠(yuǎn)。所以導(dǎo)入過程確實(shí)會(huì)丟失一些補(bǔ)丁交易元數(shù)據(jù)。

幸運(yùn)的是,當(dāng)您嘗試合并從 Arch 導(dǎo)入的分支時(shí),Git 將找到一個(gè)很好的合并基礎(chǔ),并且它有很好的機(jī)會(huì)識(shí)別在分支之間失序交易的補(bǔ)丁。

選項(xiàng)

-h

顯示用法。

-v

詳細(xì)輸出。

-T

很多標(biāo)簽。將為每次提交創(chuàng)建一個(gè)標(biāo)簽,反映 Arch 存儲(chǔ)庫(kù)中的提交名稱。

-f

使用快速補(bǔ)丁集導(dǎo)入策略。對(duì)于大型樹,這可能會(huì)明顯更快,但無(wú)法處理目錄重命名或權(quán)限更改。默認(rèn)策略是緩慢且安全的。

-o

使用它來(lái)與早期版本的舊式分支名稱兼容git archimport。舊式分支名稱為{litdd}分支,而新式分支名稱為歸檔,分類為{litdd}分支{litdd}版本。在這兩種情況下,命令行中給出的名稱都會(huì)覆蓋自動(dòng)生成的名稱。

-D <depth>

遵循合并祖先并嘗試導(dǎo)入已合并的樹。如果修補(bǔ)程序日志已被修剪,則指定大于1的深度。

-a

嘗試自動(dòng)在http://mirrors.sourcecontrol.net注冊(cè)歸檔文件,這對(duì)于-D選項(xiàng)特別有用。

-t <tmpdir>

覆蓋默認(rèn)的 tempdir。

<archive/branch>  (<存檔/分支>)

tla log可理解的格式存檔/分支標(biāo)識(shí)符。

上一篇: 下一篇: