ClojureBridge / curriculum

Curriculum for the ClojureBridge workshop series.
https://clojurebridge.github.io/curriculum/
482 stars 199 forks source link

Add git config instructions for Ubuntu and Windows #106

Closed allait closed 10 years ago

allait commented 10 years ago

Copied the "Configuring Git" from OS X setup instructions to Ubuntu and Windows (changing "terminal" to "command prompt").

Deploying to Heroku requires making a git commit, and git commit will complain if user.name and user.email are not set. And since there are instructions to set up ssh keys it probably makes sense to do this at this stage.

davidchambers commented 10 years ago

LGTM

bridgethillyer commented 10 years ago

+1 I think this is a good set of instructions. I bet we'll iterate through this one some more as people's different environments make this on a particularly "choose your own adventure" type of setup.

Thanks @allait!