GitHub
Congratulations, your pull
request was submitted!!
!
Things to do now:!
• Relax!
• Have a tasty beverage!
• Enjoy the accolades of a
grateful Python community!
Slide 60
Slide 60 text
Augh! My library is in CVS or
SVN!!
• I'm sorry for your pain.!
• Github has tools and guides
to help you migrate!
Slide 61
Slide 61 text
Cool Python Stuff!
• dulwich, a pure python git
implementation!
• GitPython, wraps git
command line tools!
• Legit, a more humane git
CLI (by Kenneth Reitz)!
Python
Slide 62
Slide 62 text
Cool Python Stuff!
• pygit2 - Python binding for
libgit2 (an alternative C
implementation)!
• git-cola - a graphical git
client written in Python!
Python