python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to keep folder structure while share common code across projects in git?
I have the following directory structure that I'd like to keep it while share some of the directories across different projects. I'd like to achieve something like this:
root
|_dir1 (git repo1)
|...
james
Votes: 0
Answers: 1
TF401019: The Git repository with name or identifier public does not exist or you do not have permissions for the operation you are attempting
I have two ADO repositories named private2 and public2. private2 references public2 as a submodule:
I also added a yaml file (vsts-cicd.yml) for build as follows:
resources:
repositories:
- repos...
user989988
Votes: 0
Answers: 4
How to include latex packages after downloading them as submodules via Git?
I was recently asked to contribute in a latex project which is already relatively large. The main project is in one folder lets call it "project". There ist also another folder called "...
hannah
Votes: 0
Answers: 0
How to initialize a Git Submodule in Dockerfile
In my recent project I've come to use Git Submodules, however I'm struggling to get my Docker container to download the information from the submodule on deployment.
Here's my Dockerfile (disclaimer: ...

FxllenCode
Votes: 0
Answers: 0