gpt4 book ai didi

git - 在git中创建新分支时 'track'是什么意思?

转载 作者:IT王子 更新时间:2023-10-29 01:30:32 25 4
gpt4 key购买 nike

我正在使用 Aptana 和 Git。当我去创建一个新的分支时,会出现以下对话框。

enter image description here

我想知道“跟踪”复选框的作用,以及何时最适合检查它。

我了解 git 中跟踪的概念,但主要是针对文件。我似乎不明白它如何适用于正在创建的新分支?

最佳答案

在这种情况下,track 指的是 git-checkout 和 git-branch 的 --track 选项。

当本地分支从远程跟踪分支开始时,git 会设置该分支,以便 git pull 将从远程跟踪分支适本地 merge 。

来自 man git-branch:

-t, --track
When creating a new branch, set up configuration to mark the
start-point branch as "upstream" from the new branch. This
configuration will tell git to show the relationship between the
two branches in git status and git branch -v. Furthermore, it
directs git pull without arguments to pull from the upstream when
the new branch is checked out.

关于git - 在git中创建新分支时 'track'是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14676529/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com