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.

Download Nuget Packages Without VS/NuGet Package Manager

How can I download NuGet Packages outside of visual studio? so it can be used to create offline packages.

nuget nuget-package repository
Android Source Repo GPG public key not found

I am running Linux Mint 14 and trying to download the android source. I followed the instruction for setting up the …

android repository gnupg openpgp
How can I make a Pull request using TortoiseGit

In TortoiseGit When I hit Right Click -> Push, OK, Give it User/Pass then after that there is …

git repository tortoisegit
Split large Git repository into many smaller ones

After successfully converting an SVN repository to Git, I now have a very large Git repository that I want to …

git split repository git-filter-branch
How-to inject the Entity Framework DbContext into the ConfigurationBasedRepository of SharpRepository

I really would like to use SharpRepository together with Ninject, but I do not understand how to configure Ninject to …

c# entity-framework repository ninject sharp-repository
Archive repository for Debian Squeeze

I still use Debian Squeeze, and since this release has been archived (Feb 29, 2016) I use the archives repositories on archive.…

repository debian archive
In what maven2 repository can Google Guice be found?

As far as I understand Google Guice 2.0 is out not so long ago. But I see that central repo still …

maven-2 repository guice
Meaning of Github Ahead/Behind Metrics

In plain language (hopefully with a simple example), what do the ahead/behind metrics on a Github repo's branch mean? …

github repository branch
How to solve error message "abort: repository default-push not found! " in Mercurial?

I am new to Mercurial and tried to push a test file to a repository online. I have encountered an …

mercurial repository push hgrc
git checkout --ours does not remove files from unmerged files list

Hi I need to merge two branches like this. This is just an example what is happening, I work with …

git repository git-branch git-merge git-checkout