> On Oct 28, 2014, at 1:28 PM, Fluid Dynamics <[email protected]> wrote: > > Meanwhile, I think some people still have not grasped the scale of what I'm > doing, namely how small it is. Small, experimental, limited to one person, > and so forth. Version control, I repeat, would be MASSIVE overkill under the > circumstances. It would make barely any less sense to reach for version > control before writing a "hello, world" program. > > IF the project grows enough and is successful enough, then I might consider > creating a github account and basing it there.
As has been mentioned already, git != github. Really, if the risk of losing your changes to this file are enough to warrant the tirade that you’ve been on, it’s enough of a risk to warrant doing a git init in the directory. -- Charlie Griefer <http://charlie.griefer.com/>http://charlie.griefer.com <http://charlie.griefer.com/> “If there ever is a tomorrow when we’re not together, there is something you must always remember. You are braver than you believe, stronger than you seem, and smarter than you think." — Winnie the Pooh -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
