Questions tagged as 'git-merge'

1
answer

Create branch from another using commands (git)

Within my project I am doing some tasks in a branch (rama_A), which was branched from the main branch of the project (master). Now I need to create a new branch, which is born from the branch_A (let's branch_A_ramification) How can I creat...
asked by 29.12.2017 / 09:48
0
answers

Different strategies to merge Git branches?

In bitbucket merging a pull request offers different strategies (Merge strategy), which are: # Merge commit git merge --no-ff # Squash git merge --squash # Fast forward git merge --f-f-only I've only used the first one, which com...
asked by 10.09.2018 / 22:34