Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upwishlist: allow for merge --no-commit and then delayed commit during merge #361
Labels
Comments
I think for now, it would be easiest to workaround using the |
ah, I haven't realized actually that GitPython is not under active development -- good job maintaining, but then I guess I would need to figure out how to proceed having such a realization now ;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I need to implement following flow:
I was doing first 2 steps manually (well -- with direct git commands) and then git commit using GitPython to come to realization that it nohow cared about those
.git/MERGE*
left by git merge --no-commit . Note that it would also be necesary/preferable to allow to not specify commit message for subsequent commit command since generic one for merging should suffice in my cases.