mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
damn! all of git rebasing interactive barebones almost done
This commit is contained in:
parent
a5da6f76b8
commit
41d72793ea
5 changed files with 320 additions and 34 deletions
10
src/main.js
10
src/main.js
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue