Top "Repository" questions

Can refer to the data store of a version control system containing the whole history of a project, or to an object that transfers data between the business layer of an application and its data store.

Linking a single file from another git repository

How do you link a single file from another git repository to your own repository? I don't want the full …

git git-submodules repository
Pull request without forking?

Here are steps of code contribution from the topic "How do I contribute to other's code in GitHub?" Fork the …

git github fork repository
SVN performance after many revisions

My project is currently using a svn repository which gains several hundred new revisions per day. The repository resides on …

performance svn repository fsfs
Android repo command and switching branches

I feel I have a pretty good understanding of git, but when it comes to the repo command, I get …

android repository android-source
Automatically keep a secondary repo in sync with a primary repo?

We have a two tier setup. We have a primary repository (called 'primary' below). And a secondary repository (called 'secondary' …

git synchronization repository
Recommend Build Artifact Repository Manager

Currently we use FTP to maintain build artifact distribution and 3rd party products (for internal use only). Artifacts are docs (…

repository artifacts
How to Import project code from local machine to Azure Repos?

I have existing code on local PC in Visual Studio that I want to Import to the Azure Repos project. …

azure visual-studio-2017 repository azure-devops
In gitlab, is it possible to create two or more repositories into only one project?

I'm running GitLab in a container of Docker but it's okay so far, no problem with that at all. I'm …

repository project gitlab
Do you push every single commit?

I would like, if someone could give me more detail in working with git and remote repositories. I haven't worked …

git repository push commit
How do you organize your version control repository?

First, I know about this: How would you organize a Subversion repository for in house software projects? Next, the actual …

svn version-control repository projects-and-solutions