How do I apply git patch programmatically? -
is there way git add -e
in more programmatic way? there git update-index
doesn't patches want do. set core.editor
rather not depends on 3rd party application users may or may not have.
any suggestions?
i set core.editor rather not depends on 3rd party application users may or may not have.
you can set because repo yours. can't set else because theirs theirs.
Comments
Post a Comment