Skip to main content

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.

version-control
-3 votes
0 answers
20 views

Need guidance on a document version control project [closed]

I have a document version control project where basically two things needs to be done: identify which document is the latest of them what are the historical version control changes on the documents? ...
Daremitsu's user avatar
  • 609
0 votes
1 answer
28 views

Pip version trouble in pycharm

So, I want to start a new project in pycharm and it always starts with an outdated version of pip and I have to do the upgrade. It's not really a problem for a project, but it's getting annoying for ...
marc.mitrasca's user avatar
0 votes
0 answers
18 views

Suggestions for good workflows with git, when gerrit is the central repo

I have some major overhead when working with Gerrit. I have not found any guides that makes sense to me, on how to adopt a local workflow for Gerrit. What follows is how I work locally when the ...
Stefan Karlsson's user avatar
0 votes
1 answer
25 views

Git Client For A Bare Repository

Do you know a github-like bare repository hosting tool of git? In my company, an shared file server is available but web server is not available.Then I found git bare repository. It seems to be able ...
Kyuvie's user avatar
  • 23
0 votes
0 answers
22 views

github repo not found :

git remote add origin https://github.com/aksharma27/myZoom.git git add . git commit -m "comment" git push -u origin master https://github.com/aksharma27/myZoom.git Adding right remote repo, ...
Abhishek Kumar Sharma's user avatar
-2 votes
2 answers
47 views

Git log --since not working as expected for 1 day timeframe

git log --since=1.day command displaying commits from June 27th despite today being July 3rd. I'm encountering an issue with the git log --since=1.day command in Git. According to the Git ...
Sumit Sharma's user avatar
-2 votes
1 answer
45 views

More than 10,000 changes on source control in VSCode [duplicate]

I am a beginner to Git. I cloned a repo from GitHub I had created myself, now when I open it on VSCode it says: The git repository at "c:\Users\my-user\Documents\my-directory" has too many ...
zest16's user avatar
  • 535
0 votes
0 answers
28 views

Is there any reason why some would want to rebase a branch and then merge --no-ff to force a merge commit?

From what I understand, rebasing essentially moves the base of your branch to a more recent (the most recent?) commit to make it seem like you branched off later than you actually did. This makes it ...
NFeruch - FreePalestine's user avatar
-1 votes
0 answers
11 views

How many codelines can be defined in this system?

I have a question about codelines and baselines as I'm struggling to understand everything. I just want to know how many possible codelines exists for this system and what are they? system version ...
Benjamin Peljto's user avatar
1 vote
1 answer
19 views

DCV ERROR: Failed to import "file" due to SCM error: "github.com/thursday/myrepo". name 'urllib3' is not defined

I tried using dvc to import my zipped data using the command: `dvc import https://github.com/thursday/myrepo xyz.zip -o data/myrepo/xyz.zip'. This is my github :"https://github.com/...
Thursday U's user avatar
1 vote
0 answers
18 views

How to sync Pycharm and Gitlab across multiple machines

big disclaimer: I'm a noob. I'm just getting started in the world of version control systems. This is what I would like to achieve: 2 pcs in 2 different places that can work on the same projects, ...
Paolo Romano's user avatar
0 votes
1 answer
40 views

Pull and push multiple branches efficiently

We are moving from bitbucket to azure in our team. But while the azure stuff are being set up properly, we want to keep our repositories in both of them, and updating them to be as up to date as ...
III_phr's user avatar
  • 64
0 votes
0 answers
44 views

Multiple instances of MS Visual Studio all switch to the same branch of a solution when I want to have a different one open in each instance. How to?

When I switch to some specific commit of a branch of a solution in one instance of MS VS, it also makes the same switch automatically in the other instance... . Is there a setting I should change to ...
babipsylon's user avatar
1 vote
0 answers
34 views

git diff a file against the multiple files it was split into

I have a file A on branch old_branch that exists as multiple files A, B, C on a different branch new_branch. I need to merge old_branch into new_branch which would require me to resolve the merge ...
Andr0id16's user avatar
0 votes
0 answers
32 views

VS 2022 adding files from other branches as new files

When I clone a repo via the command Powershell command line in VS on our organization in GitHub, I get the files that I expect. Important note, at this step, I don't open the repo's folder in VS's ...
Divan's user avatar
  • 392

15 30 50 per page
1
2 3 4 5
1149