python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Reverting to previous MR and incorporating from select future commits already in main branch
Some dependencies we merged into our main are now proving to have many downstream impacts.
At this point, the MR that updated these dependencies is previous to several newer MRs.
So if I have MR's as ...

Hofbr
Votes: 0
Answers: 1
GIT: send merge request reverting a revert
I have worked on a feature-branch, and I have sent a merge request
with the following commits
feature-branch: A - B
Someone accepted it by mistake, without reviewing it and it was merged in master.
T...

user60108
Votes: 0
Answers: 0
Will git revert on my last commit that failed to push show me my modified files back in source control explorer?
QUESTION - If I perform a git revert on the last commit '28ea268...', will it show me my modified files again in Source Control Explorer in VS Code?
FYI - My last commit ('28ea268...') failed to push ...
chuckd
Votes: 0
Answers: 1
Is this the proper way to restore reverted changes via github?
Whilst I was developing I merged a pr from branch a_feature into develop branch. Then I deleted the a_feature branch both in my computer and in github.
But I mismerged it and I wanted to change it bac...

Dimitrios Desyllas
Votes: 0
Answers: 1