I have two branches: devel and master. I'm using git as repository for some applications. Usually I do changes under devel branch, commit and push. Then I do a git checkout master, git merge devel and push and all done. I always have done this but now, in a new application, when I do git merge devel into master it asks me for a commit message. I read that it is not Fast-forward but it is done by recursive strategy. Configuration are the same in all my projects so I don't know why now git merge asks for a commit message and git merge isn't done Fast-forward. Can you help me please? Thank you.
-- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://groups.google.com/d/msg/git-users/-/Og9a71rfta4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
