Linked Questions

20 votes
2 answers
23k views

I have a subproject in a Git repo that I want to remove but am not able to. On the GitHub web interface the submodules are shown with black (or grey) folder icons and are not clickable. There are ...
Geek's user avatar
  • 8,310
1 vote
0 answers
110 views

i want to download all submodules from branch, but some submodules are "dead". Git can't download it, so git can't download and extract other submodules. How i can disable/remove/exclude some ...
AxReal GS's user avatar
1196 votes
15 answers
1.2m views

How does git submodule add -b work? After adding a submodule with a specific branch, a new cloned repository (after git submodule update --init) will be at a specific commit, not the branch itself (...
Ivan's user avatar
  • 105k
740 votes
24 answers
1.2m views

I need a way to recursively delete a folder and its children. Is there a prebuilt tool for this, or do I need to write one? DEL /S doesn't delete directories. DELTREE was removed from Windows 2000+
FlySwat's user avatar
  • 176k
442 votes
20 answers
398k views

I have a project that has a submodule at lib/three20 My .gitmodule file looks like this: [submodule "lib/three20"] path = lib/three20 url = git://github.com/facebook/three20.git I have ...
Ben Scheirman's user avatar
556 votes
12 answers
227k views

I would like to change the directory name of a Git submodule in my Git superproject. Lets suppose I have the following entry in my .gitmodules file: [submodule ".emacs.d/vimpulse"] path = .emacs.d/...
twmr's user avatar
  • 5,741
222 votes
24 answers
257k views

Here's part of the contents of my .gitmodules file: [submodule "src/static_management"] path = src/static_management url = git://github.com/eykd/django-static-management.git [...
David Eyk's user avatar
  • 12.7k
125 votes
33 answers
269k views

I'm having issues where I can't add files to my repository. I'm using GIT on windows, in Aptana Studio for some Ruby development. I've managed to push a few files up to GitHub, but then after this, ...
Martin Blore's user avatar
  • 2,205
420 votes
4 answers
266k views

I tried looking for a good tutorial on reducing Git repository sizes, but I didn't find any. How do I reduce my repository size? It's about 10 MB, but Heroku only allows 50 MB and I'm nowhere near ...
sent-hil's user avatar
  • 19.5k
248 votes
8 answers
129k views

Is there some easy way to rename a git submodule directory (other than going through the entire motion of deleting it and re-adding it with a new destination name). And while we are at it, why is ...
Lars Tackmann's user avatar
115 votes
6 answers
56k views

How do I replace a git submodule with a different git repo? Specifically, I have a submodule: located at ./ExternalFrameworks/TestFramework that points to a git repo [email protected]:userA/...
joseph.hainline's user avatar
105 votes
3 answers
92k views

as of git version 1.9.3 (Apple Git-50) on mac how do i remove a git submodule? I am reading alot of outdated information with many developers telling me they wont work. What is the current way ? ...
j2emanue's user avatar
  • 62.8k
82 votes
3 answers
42k views

I have a git submodule that I would like to become part of my main project (since I have a lot of project specific code that will go into the submodule). So I'd like to remove the git references to ...
Askbar's user avatar
  • 919
32 votes
6 answers
21k views

I am trying to set up Git on an Ubuntu Machine (I'm using a Samsung Chromebook running Ubuntu 12.04). When I entered "sudo apt-get install git" and it successfully installed Git 1.79 user@ChrUbuntu:...
Vincent's user avatar
  • 1,484
51 votes
3 answers
33k views

Problem: to add files at ./shells/smallApps/* to Git at ./.git/ when I do not have the files at ./.git/info/exclude nor at any .gitignore -files. This question is based on this tread where the ...
Léo Léopold Hertz 준영's user avatar

15 30 50 per page
1
2 3 4 5
9