Skip to main content
Filter by
Sorted by
Tagged with
1 vote
2 answers
99 views

Sometimes I have to manually "fake" a merge due to too many merge conflicts (think e.g. binary files thanks to some proprietary software), in which case I basically do git merge --strategy=...
Tobias Kienzler's user avatar
4 votes
3 answers
110 views

I am running into some weird merge conflict issues even though I am the only one working on the repository and have only made linear commits. I have these branches: main feature-A (based off of main) ...
Nermin's user avatar
  • 1,340
-4 votes
1 answer
66 views

Here is an example of the final git log: * 0056a18 (HEAD -> last) last * 24a9145 Merge branch 'bad' into last |\ | * 6a9d3c8 (bad) BAD MERGE | |\ | | * efcc63e (init) INIT | |/ |/| | * 54988a7 ...
Mahdi Habibi's user avatar
-1 votes
1 answer
57 views

I was given access to a GitHub repository that doesn’t belong to me. My goal: I want to clone this repo into my own new GitHub repository and then push it there. I’ve already cloned the repo locally, ...
Jawad Ahmad's user avatar
0 votes
2 answers
118 views

I recently rebased my local feature branch onto the latest main branch to get up-to-date. Now, my commit history looks all weird—some commits seem duplicated or out of order, and when I try to push, I’...
Sai Karthik Motapothula's user avatar
-1 votes
1 answer
88 views

I have a dozen feature branches that I would like to manually test at the same time by merging them into a single test branch, to avoid repeating the overhead of setting up the test environment for ...
Sparr's user avatar
  • 7,830
-1 votes
2 answers
65 views

I have just been messing around with some other repos and doing some git merge --allow-unrelated-histories: I now want to squash these together such that they are all part of the same history. (...
Keval's user avatar
  • 1,680
1 vote
4 answers
114 views

I am trying to understand what is the process for testing two versions of the code while making changes to common code that is identical across versions. I want to have branch-specific code that is ...
andrea m.'s user avatar
  • 716
-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
1 answer
123 views

For recursive merges with multiple merge bases, how does git determine the order in which to merge the merge bases into temporary commits? Anecdotally, it seems to start with the two oldest merge ...
devin7's user avatar
  • 229
1 vote
1 answer
761 views

Git novice here. tl;dr: I don't understand why already merged commits end up in my PR. Going to number my steps here so people can point out where I went wrong with a number. So I'm working on a ...
FridayPanda's user avatar
-4 votes
1 answer
87 views

Since about halve a year (new windows install) I have the following issue with git that I haven't noticed before. I often have a feature branch branched from DEV. That feature branch (A) gets put in ...
user30232135's user avatar
1 vote
0 answers
86 views

I'm working on a French WinForm application and in the team we are using multiple git clients (VS studio, GitKraken, etc.) to manage branches and so on. I'm currently using Git Fork with the ...
Fabien J.'s user avatar
0 votes
0 answers
56 views

I have a git repository where I have a "prod" branch and a "dev" branch. I have a just_dev_folder in dev which I want to completely exclude from prod and I want to be able to merge ...
oweydd's user avatar
  • 141
0 votes
1 answer
168 views

Here is my workflow with git: A 'master' branch. A 'devel' branch, that I merge into master when it is mature for a new release. Several little branches, such as 'imprimerie', 'ordomatic', etc. ...
BrRoman's user avatar
  • 27

15 30 50 per page
1
2 3 4 5
231