Medium
I have a branch master
whose reference is positioned on the commit C3, and a branch my_branch
whose reference is positioned on the commit M2. My HEAD points to master
. What will be the result of the command git merge --no-ff my_branch
?
Author: IpponStatus: PublishedQuestion passed 2039 times
Edit
6
Community EvaluationsNo one has reviewed this question yet, be the first!
4
The `git reset --hard` command removes all changes from the working directory.4
What does the `git pull` command do, executed without an option?5
Create a git alias to checkout a branch5
How to commit a change in Git9
Remove an unnecessary commit in an interactive rebase in the command line.4
What is the SHA1 of the commit that is the parent of the commit with SHA1 '7'?3
Create a new branch in Git