Bitbucket符号(箭头)的含义 [英] Bitbucket symbol (arrow) meaning

查看:130
本文介绍了Bitbucket符号(箭头)的含义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

箭头是什么意思?我对git或bitbucket并不陌生,但我想我可能已经在我的初始提交中搞砸了一些东西,我需要帮助来解决这个问题。



我的本​​地文件夹回购不是空的,但将其拉到文件夹的另一个位置。这是一个链接吗?不在我的本地回购站中。



该文件夹是供应商文件夹的一部分(如图所示),并且通过作曲者安装了silex-app。 b
$ b

如果我可以控制网络服务器,但是我不知道 - 它位于托管网站上,则可以解决此问题。



任何和所有帮助appriciated。



解决方案

这是一个git子模块。要初始化本地克隆中的所有子模块,可以使用以下命令:

  git submodule update --init --recursive 

请参阅'git submodule update --init --recursive'VS'git submodule foreach --recursive git submodule update --init'或< git update submodule recursive


What does the arrow mean? I'm not new to git or bitbucket but I think I may have messed something up in my inital commit and I need help to resolve this.

The folder in my local repo is not empty, but pulling it down to another location the folder is. Is it a link? Not on my local repo.

The folder is a part of the vendor-folder (as shown) and the silex-app was installed through composer.

This would be solved if I had control over the webserver but I don't - it's on a hosting web site.

Any and all help appriciated.

解决方案

It's a git submodule. To initialize all your submodules in your local clone, you can use the following command:

git submodule update --init --recursive

See 'git submodule update --init --recursive' VS 'git submodule foreach --recursive git submodule update --init' or Git update submodule recursive

这篇关于Bitbucket符号(箭头)的含义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆