latest 20 messages by unholycrab
+
[9 years ago]
unholycrab
D:
+
[9 years ago]
unholycrab
git submodule foreach git pull
+
[9 years ago]
unholycrab
i have to go into the submodule directory, pull directly from its repository, back out into the main repository, and commit the changes
+
[9 years ago]
unholycrab
and when i do git pull --recurse-submoduless, it doesn't really update past that commit
+
[9 years ago]
unholycrab
in github i see foo @ <hash>
+
[9 years ago]
unholycrab
however!!! it looks like it links to a commit of foo, not the branch "bar"
+
[9 years ago]
unholycrab
so im expecting it to attach the repository foo, branch bar, and mount it as a subfolder "foo"
+
[9 years ago]
unholycrab
ive added a gitmodule using something like this ^
+
[9 years ago]
unholycrab
https://www.irccloud.com/pastebin/oM00KIpM/
+
[9 years ago]
unholycrab
Seveas++
+
[9 years ago]
unholycrab
whoa sweet
+
[9 years ago]
unholycrab
it would be cool if i could bake it into the different git configurations
+
[9 years ago]
unholycrab
i mean, it is an environment variable, but
+
[9 years ago]
unholycrab
Seveas: can i set that in the git settings, by chance? or is that an environment variable
+
[9 years ago]
unholycrab
cool
+
[9 years ago]
unholycrab
D:
+
[9 years ago]
unholycrab
id have to do some ~/.ssh/config hack where i create host aliases+
+
[9 years ago]
unholycrab
and theres no way to configure the git clients in the different repositories on the server to use different keys
+
[9 years ago]
unholycrab
D:
+
[9 years ago]
unholycrab
do i really need to create a separate key for the second repository