English 中文(简体)
git:下载夹
原标题:git: download a folder
  • 时间:2012-05-17 08:38:15
  •  标签:
  • git

是否有一个使我能够从一个盖特存放处下载的双倍结构的轮 command?

我使用的情况是,我有一个建筑服务器,需要一个书写器,作为建筑的一部分,而且我不想让整个存放处遮掩,以便检查这个夹子。 深度1并不好,因为纸面外的源树中的其他文件相当大。

最佳回答

周围的疼痛世界,是雪上加霜的几个地方之一。 与亚分子合作。

最后,我们选择了三个选择:

  1. Use wget to grab the dat from github (using the raw file view)
  2. Have upstream projects publish the required data subset as build artifacts
  3. Give up and use the full checkout. It s big hit on the first build but unless you get lot of traffic, it s not too much hassle in the following builds.
问题回答

假定在分层中,如果需要的话,只用下层。





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签