Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [version-control]

Version control is the management of changes to documents, programs, and other information stored as computer files. Use this tag to mark general questions about usage and applicability of version control, VCS comparison. For most commands and techniques specific to each particular VCS there are specific tags, which should be preferred.

0 votes
1 answer
26 views

Configure git to automatically track _specific_ (different) remote branch when creating branch locally

Imagine I have a repo with two branches A and B. I clone it: $ git clone [email protected]:group/project.git $ cd project I checkout A: $ git checkout A Branch 'A' set up to track remote branch 'A' from ...
Cameron Ball's user avatar
  • 4,088
0 votes
0 answers
35 views

Why IDEA does not open cloned repo?

I use IDEA 2022.1.4 Ultimate. I have faced such a problem: I clone a repo from our corporate BB* (no matter using SSH or HTTP, I used both options). The repo successfully clones, it copies into the ...
Igor Shakhbazyan's user avatar
0 votes
0 answers
20 views

Computer crashed during Tortoise SVN repository checkout

I was in the process of getting all of the project files for work that I had just started and in the middle of the download my computer had crashed. I have some of the files, but I still need to get ...
Jbro's user avatar
  • 269
0 votes
2 answers
53 views

I want to rollback changes to a commit ID and then commit these rolled back changes as new commit in GIT

I have to be very careful asking this question as I don't want any misunderstandings. We merged a bunch of PRs into the main branch but we want to remove these merges from it. Reverting one PR after ...
darth-coder's user avatar
0 votes
2 answers
58 views

How to change the remote branch that git status checks against?

My team moved servers for our Azure DevOps git repository. How can I change the default remote that git status will compare against? I have updated my remote origin to the correct server's url now, ...
Colin Brett Williams's user avatar
0 votes
0 answers
16 views

How to create V2 and V3 signed Apk in Android Studio

How to create V2 and V3 signed Apk in Android Studio , required steps to create v2 and v3 signed apk Previously it showing the option that do you want to create apk with v1 or v2 while signing the apk ...
android's user avatar
0 votes
0 answers
29 views

Apk has been signed with an insecure key size getting this error while uploading apk in private play

I'm getting the following error in Google Play: Apk has been signed with an insecure key size getting this error while uploading apk in private play Store For new applications it shows an error ...
android's user avatar
0 votes
0 answers
27 views

Author Name missing/wrong in Commit besides correct config

Whenever I create a commit in git, the author name is set to y for some reason e.g. commit a9d8e57d15asdfb06865858fa6dsdsfd4ae42850d5d83 "Author: Y " Date: Mon Jun 3 14:13:27 2024 +0500 ...
ekhanad's user avatar
  • 184
0 votes
0 answers
14 views

Failed to resume your working changes from the cloud

I get the error "Failed to resume your working changes from the cloud." when I launch my application on Vs code. The github source control is also empty, it just shows the blue loading icon ...
Adesegun Koiki's user avatar
1 vote
3 answers
50 views

Multiple git repo management and maintenance scheme for library development with multiple modules

We are developing a library (MyLib) which includes two modules, say Module_1 and Module_2. The folder structure is as follows. MyLib | --------------- | ...
Soo's user avatar
  • 999
0 votes
1 answer
36 views

aws code commit Pull request changes not visible

We have a few files in our project whose line count is around 4000-5000. i recently update 3 lines in one of such file and when i raised a PR, the changes in this were not visible. Is there a way to ...
ansh sachdeva's user avatar
1 vote
3 answers
578 views

Not finding tfvc version control in azure devops

I am not seeing TFVC option in version control while creating a new project at dev.azure.com. Only git option is available. How to get TFVC option?
FreeDragon's user avatar
2 votes
3 answers
31 views

Apply a few changes from a feature branch to main branch without merging [duplicate]

I have a feature branch with 5 commits ahead of the main branch. There are no conflicts between these branches. I would like to only apply commit 1, 2 and 5 in the feature branch to the main branch. ...
codemon's user avatar
  • 41
1 vote
1 answer
375 views

What does the error 'module 'langchain' has no attribute 'verbose' refer to?

Kind of new to Langchain/Qdrant but I'm building a recommendation engine to recommend users based on the contents of their associated PDF files, and I need to process PDFs and store their chunks in a ...
num's user avatar
  • 35
0 votes
1 answer
50 views

How to use git between local repositories (or equivalent solution)

I have a remote website "Remote" (remote.com) and two local directories, "Localhost" (/var/www/html) to serve pages locally (the webpage that appears when visiting "localhost&...
John P's user avatar
  • 1,541

15 30 50 per page