Ivanov Dmitry <[email protected]> writes: > Yes, Nick, I was asking about the git commands. Thanks. It seems, that > creating a topic branch is more complicated, then simply editing the > local master copy, creating a diff file and sending it to the mailing > list. I think it should be used only in complicated cases.
For very quick patches, you can also do: - git pull - edit a file within (a recent) emacs - `C-x v =' The last command with open a new window and display the diff between your version of the file and that of the last git pull. -- Bastien _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
