damn! all of git rebasing interactive barebones almost done

This commit is contained in:
Peter Cottle 2012-10-23 22:05:12 -07:00
parent a5da6f76b8
commit 41d72793ea
5 changed files with 320 additions and 34 deletions

View file

@ -59,11 +59,11 @@ $(document).ready(function(){
setTimeout(windowResize, 50);
/*
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");
}, 500);*/
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");
}, 500);
}
});
function windowResize() {