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

All Questions

Tagged with
1 vote
0 answers
20 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
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 vote
1 answer
57 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
1 answer
56 views

.gitignore not to ignore a certain file name in ignored subfolders

My project has many (currently 2) subfolders with name .vscode/ and I need my .gitignore to ignore that subfolders and all its files, excepting the one called launch.json My .gitignore is like this ....
Windgate's user avatar
  • 399
-1 votes
1 answer
78 views

.gitignore ignore any subfolder with name .vscode [closed]

I'm starting a repo with 1 development project and 1 testing project, so there are 2 different projects in the same repo, I'm working with Visual Studio Code. I need to specify in the .gitignore file ...
Windgate's user avatar
  • 399
0 votes
0 answers
75 views

gitignore for Unity VR project does not work

this is my first time posting so forgive me if I forget relevant information! I am working with Unity on a VR project and I wanted to use some sort of version control, so I am using GitLab. To not ...
Celine Honekamp's user avatar
1 vote
1 answer
43 views

Sourcetree GUI : Why main branch is behind another branch? Is it normal?

I have main branch and ChangeWS branch. ChangeWS branch is separate from main branch and updated sourcecode. Sourcecode in ChangeWS branch is updated more than main branch. From picture: main branch ...
schsn's user avatar
  • 11
0 votes
1 answer
75 views

Best way to add git to existing project

We inherited a site with zero version control / no info on how it was built - only enough info to ssh onto the server. We want to add git, so we can start developing locally and pushing updates via ...
Jillian Hoenig's user avatar
0 votes
1 answer
278 views

Using GitLab CI CD artifacts from previous job in next job from same stage - where are the artifacts downloaded to?

I have the following two stages in my GitLab pipeline: build-base - builds a base image (only if a commit is pushed that changes certain files) build - consists of two jobs: build-deps - adds and ...
rbaleksandar's user avatar
  • 9,334
0 votes
0 answers
75 views

mirroring gitlab repo on to gerrit

we are trying to setup mirror for repo which is there in gitlab onto gerrit. but in all the references I see only replication/mirroring from gerrit to gitlab using plugin https://gerrit.wikimedia....
Sugatur Deekshith S N's user avatar
0 votes
1 answer
86 views

Gitlab and YouTrack in same docker VCS not work

I have docker container installed with Gitlab community and at the same time on the same YouTrack server. When I want to connect Gitlab with YouTrack using VCS, I get this error: The specified URL ...
Charles Wolt's user avatar
0 votes
1 answer
340 views

Running commands in Youtrack from linked Gitlab commit messages

I have set up Youtrack and Gitlab locally and am trying to integrate the two. This seems to work both ways, I can link Youtrack Issues in gitlab and Youtrack picks up those commit messages and adds ...
Nero07's user avatar
  • 23
1 vote
1 answer
90 views

How Change Root Directory in git?

As a beginner, I started to learn full-stack with personal projects. before going to the backend I started frontend development using react. I created login pages and other dashboards using React and ...
Y Nawodya's user avatar
  • 323
0 votes
1 answer
170 views

How to maintain a release branch in git?

we have master branch and a release branch. We cant push directly to any of these two branches. We only merge into them from feature branches. The idea is that master branch is the development branch ...
Nagri's user avatar
  • 3,116
0 votes
1 answer
27 views

save settings in Gitlab pipelines Run pipeline

I have a Gitlab project and would like to run a pipeline with Build > Pipelines > Run pipelines. How to save the settings I make here, so I dont always have to make the variables again? Also, ...
John Doe's user avatar

15 30 50 per page
1
2 3 4 5
15