Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
58 views

I’m an intern working in DevSecOps. Our repo uses branches: test, dev, preprod, prod. I’ve set up scans (SAST, container scan , DAST ) triggered from the test branch. But the dev team often pushes ...
asmr gig's user avatar
0 votes
0 answers
36 views

I'm trying to set up Git to sign my commits using GPG on Windows, but I keep getting this error when committing: gpg: skipped "CD01EE27925BFE93": No secret key gpg: signing failed: No secret ...
Irushi Nathasha Kuruppu's user avatar
-2 votes
3 answers
182 views

Clarification: I'm asking about working on multiple branches in the same worktree. (I know how to work on multiple branches in separate worktrees, but that's not the question here.) Suppose I'm ...
Steve Summit's user avatar
  • 49.2k
0 votes
0 answers
29 views

Is there a general / standard approach to installing a github branch when the "parent" is installed using composer? To hopefully clarify: I would like to install this branch (PHP Dropbox SDK)...
Dennis 's user avatar
  • 1,276
0 votes
0 answers
33 views

I'm working on a project that maintains two active release branches: 10.0.x → for on-prem deployments 10.1.x → for cloud deployments We have an automated system that merges changes from the on-prem ...
Jainam Jain's user avatar
-1 votes
2 answers
140 views

On GIT After I removed a branch there are tags still exists. I used this command to delete local and then remote branch "brnch" git branch -D "brnch" git push origin --delete "...
Ramanan T's user avatar
  • 543
6 votes
1 answer
95 views

git branch branchname creates new branch "branchname", we know that. However, git branch --create branchname also creates new branch "branchname": yet the latter is not documented ...
Giorgi Tsiklauri's user avatar
2 votes
2 answers
136 views

Suppose I have a .git/config as follows: [remote "origin"] url = [email protected]:some/repo.git fetch = +refs/heads/main:refs/remotes/origin/main fetch = +refs/heads/...
jakub.g's user avatar
  • 41.9k
0 votes
0 answers
78 views

I submitted a few files, all to separate branches and made a PR. But my PRs were closed with unmerged commits because I had to fix some issues with my code. I resubmitted after and made new PRs but ...
Bongeka Mtetwa's user avatar
-1 votes
4 answers
141 views

Can I sort branches by -committerdate, but also always show the current branch first? git config --global branch.sort -committerdate Shows more recently committed-on branches ahead of the current ...
Nils's user avatar
  • 428
0 votes
0 answers
59 views

I have a git repo backed by a BitBucket instance. In this repo I appear to have three branches: main (my local branch I guess) origin/master origin/main The master naming scheme seems to be the ...
halloleo's user avatar
  • 10.8k
1 vote
2 answers
156 views

I have my own fork I’ve been working on for awhile: https://github.com/udance4ever/batocera.linux/ I verified the work done in this branch of a fellow developer’s fork is something I wish to build ...
udance4ever's user avatar
1 vote
2 answers
197 views

I'm trying to understand how IntelliJ handles class loading when running multiple instances of a Java application on different branches. When you run an application directly from the IDE (like ...
239010391's user avatar
2 votes
2 answers
2k views

I want to create a github app in my organization that will allow me to create an automatic versioning commit directly on the main branch after every pull request is merged to main branch. I have a ...
TheMemeMachine's user avatar
-1 votes
1 answer
88 views

I have a branch A that was created from another branch B. Some specific commits from branch B are also present in branch A. I’m considering deleting those commits from branch A, but I’m concerned ...
Sayki's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
219