git 设置tracking information

Posted 尘埃。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 设置tracking information相关的知识,希望对你有一定的参考价值。

There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

git branch --set-upstream-to=origin/<branch> develop

 

git branch --set-upstream-to=origin/<branch> develop

以上是关于git 设置tracking information的主要内容,如果未能解决你的问题,请参考以下文章

git基础教程(16)git clean清理未被track的文件和目录

sh 从git tracking中删除文件

git track remot

git 本地分支 track 远程分支

这些词在 Git 中是啥意思:Repository、fork、branch、clone、track?

如果碰到git提示“ignored tracked with git”,那么使用以下命令解决