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
0 answers
23 views

How to access a git private repo that's affiliated with org user [duplicate]

I have a perosnal github account that is used in my global gitconfig, and I need to push versions to my organization's private repo, that is accessed with a DIFFERENNT org github user, How do I use my ...
GalB's user avatar
  • 1
-1 votes
1 answer
47 views

Initialise version control of GitHub repository using git

how do I initialise version control of a repository on GitHub using git? I am new to GitHub and git. have been searching for tutorial online but I don't really find one that could help. I have ...
Jordan's user avatar
  • 3
-2 votes
1 answer
52 views

Making better version control system [closed]

I studying version control in Git. When I draw about Git Flow, confused about them. I need your advice. I Make project "CamViewer" and make 'Main' Branch. And create new branch 'Develop' ...
user avatar
0 votes
0 answers
39 views

Why would a Bitbucket Mirror Hook work from Repo A but not from Repo B?

I have a Bitbucket "Mirror Hook" (found in the "hooks" section of settings). It was correctly mirroring everything from Repo A into Repo C. But now, we have to migrate Repo A to a ...
Kyle Vassella's user avatar
0 votes
0 answers
33 views

Questions on using Source Control with AnchorPoint and GitHub, on Custom Unreal Engine Build

I compiled a custom Unreal Engine build from Source Code (via Epic's GitHub Account) and wanted to source control my custom engine build from the start but ran into some issues and wanted to get some ...
ScrungleScruff's user avatar
0 votes
0 answers
20 views

How to Add Both Bitbucket and GitHub as Remote Repositories for a Single Git Project and Push to Both? [duplicate]

I'm working on a project where I need to use both Bitbucket and GitHub as remote repositories. I want to be able to push my changes to both platforms simultaneously. I already have a Git repository ...
Anushujan Satkunarasa's user avatar
0 votes
0 answers
35 views

How to remove git:[[email protected] .git] in pycharm terminal

In my PyCharm command line, I have this prompt: (.venv) ~/PycharmProjects/myBinanceTrade git:[[email protected]/webService.git]. How can I remove the git:[[email protected]/webService....
Fouad's user avatar
  • 1
1 vote
1 answer
52 views

Recover Git changes that has not been added to index or commited

I accidentally ran git reset --hard on changes that has neither been added to git index nor commited, Is there a way to recover the changes? I have looked through several possible solutions, but it ...
Sofiyullahi Jamiu's user avatar
-1 votes
3 answers
74 views

Storing locally on Git: do I still need to push?

I want to use Git for version control, so my setup would be to just have a local Git (no GitHub or anything). I can then add/change files with git add and git commit. From previous experience with ...
AccidentalTaylorExpansion's user avatar
0 votes
2 answers
68 views

How can we revert particular commit in local from bunch of commits?

Requirement: Revert particular commit in local by commit ID. Description: I have a branch cloned in my local from some repo. I made some changes and committed time to time (Not pushed) E.g. Made ...
Paveloosha's user avatar
1 vote
0 answers
58 views

How to pull from a remote repo to a local repo, when the local repo is not empty?

I have a remote server, with a directory containing files. I have a local machine with a directory containing different files. I want to link these two directories so I can run git pull and git push ...
BrownianBridge's user avatar
-1 votes
3 answers
106 views

How can I undo two past commits keeping all the subsequent changes using git?

I have a Visual Studio solution that includes 12 projects. The code is hosted on Azure DevOps using git. I'll admit I'm not an expert of git. I've created some branches from the "master" ...
Concy's user avatar
  • 41
0 votes
1 answer
69 views

Why does manually changing .gitmodules not work?

I manually remove and add submodules by editing .gitmodules; however, executing git submodule update --init --recursive only clones moduleA which is existing before, my manually added submodule was ...
Bitwise DEVS's user avatar
  • 3,156
1 vote
1 answer
56 views

JetBrains WebStorm/IntelliJ IDEA GitLab MR bug

Recently, I've tried making a Merge Request to my self-hosted GitLab instance, and I keep getting an error that a merge request already exists for that, and links me to a closed and merged merge ...
AstroHWeston's user avatar
0 votes
0 answers
55 views

How to bump version from Conventional Commits in react js

I'm using conventional commits and commit according to this. And Here is one of my commit: git commit -m "fix(TCM-1010): Web App / Manage Item Templates: The last item template in the table is ...
Harsh Fruitwala's user avatar

15 30 50 per page