Linked Questions
12 questions linked to/from How to set up a git project to use an external repo submodule?
26
votes
2
answers
26k
views
Git: How to handle git libraries in project
I've a Xcode project which itself has Git Source Control. In a Libraries folder I've cloned eight other Git project from GitHub. They are located inside my own Git repository and I've added all these ...
7
votes
1
answer
15k
views
Add Google ExoPlayer to Android studio gradle build
If i have an Android app developed using Android Studio is it possible to link the ExoPlayer library (https://github.com/google/ExoPlayer) straight from github using graddle?
It would be handy not to ...
6
votes
2
answers
6k
views
adding a simple library to an xcode 4 project
I know this is a very simple question but I have been struggling with it for a while. I have read a few threads but still can seem to find the answer.
I am trying to add this DDMathParser library to ...
9
votes
4
answers
5k
views
Git: include part of a project into another project
I have a quite difficult situation: in one project (git repo) I have a file, and I need it in another project (another git repo). Is there any clear and (as it possible) simple way to put it into my ...
0
votes
4
answers
681
views
How to administer a core code base centrally for many iPhone apps
The situation:
I have a basic app with some central functionality.
My clients (potentially many dozens) all want their own customized apps in the app store.
The problem
If I have dozens of apps in ...
2
votes
1
answer
2k
views
Add single solution with multiple projects to Github via Visual Studio
In Visual Studio 2019 is it possible to take a solution with multiple projects and upload it into a single Github repo without having to move one of the project's directory?
Is there a dependency ...
2
votes
1
answer
482
views
How should framework/library files be treated in git?
What is the best practice with versioning projects with multiple 3rd party libraries in git or other DVSC? Should the project source code be mixed with libraries in the same repository, or should they ...
2
votes
1
answer
254
views
Versioning dependencies along with a project
I'm starting a project using Play Framework 2.0 and Dojo 1.8 and I'm going to use Git for version control. I wanted to know if it is a good practice to version Dojo files along with my project, since ...
0
votes
1
answer
283
views
git push realm.framework makes git stuck when writing objects
I've been trying to push changes where I've added realm.framework (static framework) to my xcode project, but each time it gets stuck when pushing to git.
I've identified that its realm.framework ...
0
votes
2
answers
214
views
Using a git repository for multiple projects
I have started using using git recently and use bitbucket also to host my code. I am comfortable with the basics such as making a branch, merging it and pushes, pulls etc but have a situation now ...
2
votes
1
answer
166
views
vagrant include plugin source in my project
I would like to minimize the setup for users of my vagrant project.
I already think that installing Virtualbox and Vagrant are too steps too many for users of my project. See here for more info on ...
3
votes
0
answers
74
views
Setting up a Submodule with the files in PWD?
I'm trying to add a submodule to an existing project. I followed the instructions at How to set up a git project to use an external repo submodule?, but the directory structure is wrong. I am aiming ...