[DiscordArchive] https://stackoverflow.com/a/13738951 with an external gitdir?
[DiscordArchive] https://stackoverflow.com/a/13738951 with an external gitdir?
Archived author: schlumpf • Posted: 2018-06-17T19:11:35.963000+00:00
Original source
https://stackoverflow.com/a/13738951 with an external gitdir?
[Embed: How do I clone a subdirectory only of a Git repository?]
I have my Git repository which, at the root, has two sub directories:
/finisht
/static
When this was in SVN, /finisht was checked out in one place, while /static was checked out elsewhere, like s...
https://stackoverflow.com/a/13738951
Archived author: schlumpf • Posted: 2018-06-17T19:12:46.338000+00:00
Original source
You then obviously have to specify the gitdir for what addon repo you want to act on per command
Archived author: Skarn • Posted: 2018-06-17T19:13:23.626000+00:00
Original source
It looks like I am fucked
Archived author: Skarn • Posted: 2018-06-17T19:13:28.333000+00:00
Original source
SourceTree does not support that
Archived author: Skarn • Posted: 2018-06-17T19:13:32.376000+00:00
Original source
external gitdir
Archived author: Skarn • Posted: 2018-06-17T19:13:36.953000+00:00
Original source
I looked at that before alr
Archived author: schlumpf • Posted: 2018-06-17T19:13:49.544000+00:00
Original source
You can also just not use sourcetree
Archived author: Skarn • Posted: 2018-06-17T19:14:09.378000+00:00
Original source
Totally not a console guy
Archived author: schlumpf • Posted: 2018-06-17T19:14:18.008000+00:00
Original source
Or you store the repo somewhere else and hardlink the folder into addons
Archived author: Skarn • Posted: 2018-06-17T19:14:36.679000+00:00
Original source
That sounds like an easier and good idea