Science, asked by Kanishka7893, 1 year ago

GIT: How we can avoid unwanted merge commit while pulling operation in git?

Answers

Answered by abhishek953
0

ANSWER:

PLZZZ MARK IT AS BRAINLIEST

EXPLANATION:

Here's a simple way to avoid evil merge commits but not do the fancier topic branch approaches:

Go ahead and work on the branch you commit on (say 7.x-1.x)

Make sure that when you pull you do it with git pull --rebase.

Push when you need to.

Similar questions