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.

Repository Disabled

I have been a member of a certain organization on Github. For the past year, I was able to access …

github repository organization
Git, How to change a bare to a shared repo?

So this is how I set up my project: git init --bare Later I learned that if you want to …

git repository shared git-bare
What does it mean to fork on GitHub?

After few explorations, In my understanding, it is related to contribution. Fork means to make a copy of the repository (…

github repository fork
Understanding Meld 3 way merge with Git

My boss set up our new Git repository, one on our Windows server and one on our Linux Server. I …

git repository meld 3-way-merge
OBIEE the difference between repository variable and session variable

What is the difference between repository variable and session variable in Oracle Business Intelligence Enterprise Edition (OBIEE) ?

variables repository obiee
IntelliJ, unable to share Project on GitHub (Permission Denied)

I'm new to Git and GitHub/GitLab. I try to share my project to GitHub but it throws this exception: …

github intellij-idea repository gitlab permission-denied
zypper update package to the previous version (not the last)

How do I update (not install) an package pmc-rpm from repository myRepo to version 10.3.3-1 (but not to the last …

repository rpm suse zypper
What's the use of the staging area in Git?

What is the point of git add . or git add <filename> to add it to the staging area? …

bash git github repository git-bash
ERROR: Workspace has a .git repository, but it appears to be corrupt

I am not able to pull the code from Github through jenkins. I did try to switch the git plugins …

git jenkins repository jenkins-plugins corrupt
How to deploy JAR to Maven remote repository

Is there any way to put my JAR file in remote repository, so my maven project can get this JAR …

maven jar repository reportng