On Wed, Sep 6, 2017 at 1:07 AM, Ben Edwards <[email protected]> wrote:
> On the git front I don’t tend to commit stuff that does not work but I guess > if I create a local branch for stuff and don’t commit it remotely I can > delete the branch and keep my remote git pure(ish) but the rails database > would still be unconsistent, or should I use a efferent git workflow. "pure"? In general you'll be best off always working in a feature branch and making frequent commits, especially for things like migrations that have side effects. And you can delete remote branches as well as local ones, so... -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan Consulting Availability : Silicon Valley or remote -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yBj%2B4puXaKwsZZmp3qYrFxAZ_fMx2Ax7-g%3DmO%2Bi-9F2KA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

