removed left right arrows

This commit is contained in:
Peter Cottle 2012-12-20 12:22:54 -08:00
parent 7d05c5167d
commit 332c36e090
4 changed files with 9 additions and 24 deletions

View file

@ -20,7 +20,7 @@ var init = function(){
if (/\?demo/.test(window.location.href)) {
setTimeout(function() {
events.trigger('submitCommandValueFromEvent', "gc; git checkout HEAD~1; git commit; git checkout -b bugFix; gc; gc; git rebase master; git checkout master; gc; gc; git merge bugFix");
events.trigger('submitCommandValueFromEvent', "gc; git checkout HEAD~1; git commit; git checkout -b bugFix; gc; gc; git rebase -i HEAD~2; git rebase master; git checkout master; gc; gc; git merge bugFix");
}, 500);
}
};