-1

I am trying to learn GitKraken to manage my Git repo. I want to merge some changes into a branch, on Sourcetree there is a "Create a new commit even if fast-forward is possible" option on the merge window:

And on GitKraken I just cannot find the equivalent option, when I right-clicked on the commit and clicked "Merge [branch1] into [branch2]," it just merged right away without a prompt. Can someone help me? Thanks.

1 Answers1

0

Right click the branch you wanna merge into current branch,

  • Choose "Fast-forward branch1 into branch2" to do a fast-forward merge
  • Choose "Merge branch1 into branch2" to do a non-fast-forward merge
Simba
  • 23,537
  • 7
  • 64
  • 76