Dan Poltawski

Results 48 comments of Dan Poltawski

Related issue: https://tracker.moodle.org/browse/MDLSITE-2715

Eloy says this could be wrapped also https://github.com/stronk7/moodle-local_ci/tree/master/remote_branch_checker

On my mac, config-dist.json isn't in an easy to find place - so no, its not as convenient as --help

Googling find very little info about this missing builtin: https://groups.google.com/forum/#!msg/iterm2-discuss/EIs8cfdehT4/ksKcTZUoOGUJ

This is still a bug in mavericks

Please make it automatically add --tags '~@_only_local&&~@_switch_window' too (and output a notice that its doing it when using phantom)

(Btw the reason I use /tmp is just that I get annoyed finding the path to the other repo)

I added a git alias to do this: ``` mdk-pick = "!sh -c 'git fetch `mdk info -v path $1` HEAD && git cherry-pick $2' -" ```