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

Verzeichnis suchen
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
Figuren

名稱

git-http-push  - 通過 HTTP / DAV 將對象推送到另一個存儲庫

概要

git http-push [--all] [--dry-run] [--force] [--verbose] <url> <ref> [<ref>…]

描述

將缺失的對象發(fā)送到遠(yuǎn)程存儲庫,并更新遠(yuǎn)程分支。

注意:如果您的 libcurl 早于7.16,則此命令將暫時禁用,因為組合報告不起作用,有時會損壞存儲庫。

選項

--all

不要認(rèn)為遠(yuǎn)程存儲庫在當(dāng)前狀態(tài)下是完整的,并且驗證整個本地ref的歷史中的所有對象都存在于遠(yuǎn)程存儲庫中。

--force

通常,該命令拒絕更新遠(yuǎn)程 ref,該遠(yuǎn)程 ref 不是用于覆蓋它的本地 ref 的祖先。此標(biāo)志禁用檢查。這意味著遠(yuǎn)程倉庫可能會失去提交; 小心使用它。

--dry-run

除了實際發(fā)送更新之外,請做其他事

--verbose

報告本地行走的對象列表以及成功發(fā)送到遠(yuǎn)程存儲庫的對象列表。

-d   -D

從遠(yuǎn)程存儲庫中刪除<ref>。指定的分支不能是遠(yuǎn)程 HEAD。如果指定-d,則還必須滿足以下其他條件:

  • 遠(yuǎn)程 HEAD 必須解析為本地存在的對象

  • 指定的分支解析為本地存在的對象

  • 指定的分支是遠(yuǎn)程 HEAD 的祖先

<ref>…

遠(yuǎn)程參考更新。

指定參考

<ref>規(guī)范可以是一個單一的圖案,或一對用冒號分開這樣的圖案的“:”(這意味著一個裁判名不能在它一個冒號)。一個模式<name>只是一個<name>:<name>簡寫。

每個模式對由源端(冒號前)和目標(biāo)端(冒號后)組成。要推送的引用是通過找到匹配源端的匹配來確定的,并且推送的位置由目標(biāo)端確定。

  • 如果<src>不完全匹配一個本地引用,那是錯誤的。

  • 如果<dst>與任何遠(yuǎn)程參考不匹配

-  it has to start with "refs/"; <dst> is used as the destination literally in this case.
-  <src> == <dst> and the ref that matched the <src> must not exist in the set of remote refs; the ref matched <src> locally is used as the name of the destination.

如果沒有--force,<src> ref 僅在<dst>不存在的情況下存儲在遠(yuǎn)程,或者<dst>是<src>的真子集(即祖先)。此檢查稱為“快進檢查”,以避免意外覆蓋遠(yuǎn)程參考并丟失其他人的提交。

--force,所有裁判都禁用快進檢查。

可選地,一個<ref>參數(shù)可以帶有加+號前綴以禁用僅在該 ref 上的快進檢查。

Vorheriger Artikel: N?chster Artikel: