Re: Pipeline development small window

2016-10-25 Thread Michael Lasevich
You can/should keep it in Git but you can use the "Replay" function to test your modifications before committing them (modify in IDE, cut-n-paste to Replay window to test, then commit when ready). I am not sure why you would want to keep it out of git log, that is exactly what git log is there

Pipeline development small window

2016-10-25 Thread Sam K
As the pipeline code gets more and more complicated, I find the tiny window to do the coding very painful. So, I've been copying and pasting changes from Notepad+/gvim, hit 'Apply', make sure there are no errors and then run the pipeline. Is there a better way other than checking this into s