python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Git merge with renames on one and same changes (formatter) on both sides
I've got two long living branches develop and next, where every commit in develop has to be in next as well.
The files in next have been moved to different folders.
Now I want to apply a formatter on ...
chkpnt
Votes: 0
Answers: 0
Can GitLab handle multiple changes to a file
I have a scenario where one developer created a branch, made changes to a file and submitted changes to git. At the same time another developer created a different branch made changes to the same fil...
DanConsultant
Votes: 0
Answers: 3
Peepcode-git.pdf: Best strategy to keep a long standing feature branch in sync with main branch with rebase
In the following documentation peepcode-git.pdf located at https://github.com/pluralsight/git-internals-pdf/releases, page 39 notes different use cases for rebase. Particularly this quote:
"If yo...
LeanMan
Votes: 0
Answers: 1
Proper way to merge dev into main branch
I am working in a company and we decided that we want to use git more properly. I am responsible for integrating dev branch into main branch, and I am a confused as to how to correctly merge in differ...

Psychotechnopath
Votes: 0
Answers: 3