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)
How to use Git to maintain several versions of my code?
I am maintaining an application and I want to have multiple versions of it, say an international version and a Chinese version. Of course, the configuration files for different versions are different,...

beedrill
Votes: 0
Answers: 1
How to find the parent branch name of a merge commit in git?
As asked in the title, how do I find the parent branch name (not parent commit) of a merge commit? Thanks.

Chi Weng Cheong
Votes: 0
Answers: 0
GITHUB how to set a rule, that will allow push only from master branch (to deploy branch)
Sorry for asking question, thas is maybe answered somewhere else.
My problem is that i have branch for deployment and i want to set a rule, that will allow only push from master (where we have always ...
MatUrb
Votes: 0
Answers: 0
how to list all 'active' branches in git containing unmerged commits
I'm struggling to make sense of the history of a couple of very large repositories that have hundreds of (old) branches which never have been deleted (even though work on most of these branches is 'do...
mwallner
Votes: 0
Answers: 2