[CentralOH] New Evening DoJo: Gitting Sqlalchemy Homework
Jon Miller
jonebird at gmail.com
Thu Aug 11 03:00:52 CEST 2011
It's also a good idea to have a git cheatsheet bookmarked for those of
us who tend to forget certain git commands. May I offer my latest
favorite, which is actually a collection of cheat sheets, maintained
by github themselves:
http://help.github.com/git-cheat-sheets/
Enjoy,
Jon Miller
On Wed, Aug 10, 2011 at 8:57 PM, <jep200404 at columbus.rr.com> wrote:
> 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
>
> _______________________________________________
> CentralOH mailing list
> CentralOH at python.org
> http://mail.python.org/mailman/listinfo/centraloh
>
More information about the CentralOH
mailing list