Dave Sann <daves...@gmail.com> writes: > Having a clean history with complete/logical features is recommended. > However, in development branches we can make many small commits and > the history may not be clean. That's fine, as long as we clean the > history before merging into master.
You can also try to keep your branch clean directly by not merging from origin/master but rebasing your work on it: git pull vs. git pull --rebase Bye, Tassilo -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en