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.

Git: Merge a Remote branch locally

I've pulled all remote branches via git fetch --all. I can see the branch I'd like to merge via git …

git repository branch git-branch
Git error: src refspec master does not match any

I need to create a repo named carboncake. I tried this: Cloned the gitosis-admin repository to my local machine $ git …

git repository
How do I rename both a Git local and remote branch name?

I have four branches like master -> origin/regacy, FeatureA -> origin/FeatureA. As you can see, I …

git repository rename git-branch
"fatal: Not a git repository (or any of the parent directories)" from git status

This command works to get the files and compile them: git clone a-valid-git-url for example: git clone git://cfdem.git.…

git repository clone git-clone git-status
How to count total lines changed by a specific author in a Git repository?

Is there a command I can invoke which will count the lines changed by a specific author in a Git …

git command-line statistics repository
Delete last commit in bitbucket

I made a mistake and I don't know how to delete my latest push in the repository. I pull the …

repository bitbucket
How to connect to a remote Git repository?

I am working with a team and we want to use Git (Not with GitHub, we have a private remote …

git repository git-remote
Repository Pattern Step by Step Explanation

Can someone please explain to me the Repository Pattern in .NET, step by step giving a very simple example or …

c# asp.net design-patterns repository
How do you get the Git repository's name in some Git repository?

When you are working in some Git directory, how can you get the Git repository name in some Git repository? …

git repository
How do I force Maven to use my local repository rather than going out to remote repos to retrieve artifacts?

I’m using Maven 3.3.3 with Java 8 on Mac Yosemite. I have a multi-module project. <modules> <module>…

maven repository maven-3 artifacts