Skip to main content
Advice
1 vote
7 replies
88 views

I have a team that has two Git repositories for the same application, and I'd like to graft one on to the other, and I'm not sure if that's possible or how to go about that or the right terminology to ...
BIBD's user avatar
  • 15.5k
0 votes
1 answer
91 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
-2 votes
3 answers
290 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.3k
0 votes
0 answers
35 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
161 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
  • 563
6 votes
1 answer
96 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
149 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
-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
  • 404
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.9k
1 vote
2 answers
174 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
207 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
3k 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
90 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
0 votes
1 answer
74 views

I know there are 2 ways to create a branch. Remotely using a gui version control like GitHub or locally using git bash. When I create a new branch remotely and fetch the changes using git bash, the ...
UnexpectedError's user avatar
1 vote
1 answer
168 views

I am trying to build the CI / CD for learning the Devops CI and CD flows with simple branching strategy. Branch Strategy : | branch name | environment | main --> prod release/* --&...
Madhumitha's user avatar

15 30 50 per page
1
2 3 4 5
219