[CentralOH] New Evening DoJo: Gitting Sqlalchemy Homework

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Thu Aug 11 02:57:16 CEST 2011


On Wed, 10 Aug 2011 17:48:08 -0400, Eric Floehr <eric at intellovations.com> wrote:

> And the repository with presentation and homework:
> https://github.com/mitechie/sqlalchemy_pyohio2011

For those new to gitting stuff: 

   # one time stuff
   cd ~
   git config --global user.name 'R. Alan Monroe'
   git config --global user.email 'amonroe at columbus.rr.com'

   mkdir pythonilicious
   cd pythonilicious
   # each time you want to get some code
   git clone https://github.com/mitechie/sqlalchemy_pyohio2011

You do not have to git stuff before you come. 
We can figure it out at there. 

For more fun: 

   git clone https://github.com/myano/jenni
   git clone https://github.com/mitechie/Bookie
   # the following gobbles much hard drive space
   git clone https://github.com/mirrors/linux-2.6.git



More information about the CentralOH mailing list