In particular for GIT there are also various Python libraries, with libgit2 
/ pygit2 probably being the most promising. We should definitely explore 
that approach before writing our own based on subprocess.


On Wednesday, March 6, 2013 5:23:42 AM UTC-10, Timo Kluck wrote:
>
> Or another example:
> #!/bin/bash
> git checkout -b my_temporary_branch
> <do my temporary changes>
> git commit -am "temporary"
> git checkout master
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to