[IPython-dev] ENH: git-wip work in progress branches

Mark Voorhies mark.voorhies at ucsf.edu
Mon Aug 24 15:20:21 EDT 2015


On 08/24/2015 11:57 AM, Wes Turner wrote:
> "git-wip [1] is a script that will manage Work In Progress (or WIP)
> branches. [2] WIP branches are mostly throw away but identify points of
> development between commits. The intent is to tie this script into your
> editor so that each time you save your file, the git-wip script captures
> that state in git. git-wip also helps you return back to a previous state
> of development." [1]
>
> Where and how could we integrate git-wip with Jupyter Notebook?
>
> * [ ] [re-]implement git-wip in Python (w/w/o bindings)?

Might be useful to have a look at flashbake 
(https://github.com/commandline/flashbake/wiki), which is already in 
python.  Cory Doctorow
has been using this for quite a while to auto-vc his writing.

--Mark



More information about the IPython-dev mailing list