##// END OF EJS Templates
split shell.system into shell.system_raw/system_piped...
split shell.system into shell.system_raw/system_piped system_raw calls os.system, system_piped uses pexpect/utils.platform magic use system_raw in Terminal except on Windows and in tests use system_piped elsewhere closes gh-297 closes gh-457

File last commit:

r2599:aa4014be
r3909:bdb012ce
Show More
git_intro.txt
18 lines | 548 B | text/plain | TextLexer
==============
Introduction
==============
These pages describe a git_ and github_ workflow for the ipython_
project.
There are several different workflows here, for different ways of
working with *ipython*.
This is not a comprehensive git_ reference, it's just a workflow for our
own project. It's tailored to the github_ hosting service. You may well
find better or quicker ways of getting stuff done with git_, but these
should get you started.
For general resources for learning git_ see :ref:`git-resources`.
.. include:: git_links.txt