mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
now with demo supprot
This commit is contained in:
parent
be2a5bf35b
commit
70e2165aea
2 changed files with 10 additions and 3 deletions
|
@ -56,6 +56,11 @@ $(document).ready(function(){
|
|||
$(window).resize(windowResize);
|
||||
windowResize();
|
||||
setTimeout(windowResize, 50);
|
||||
|
||||
setTimeout(function() {
|
||||
events.trigger('submitCommandValueFromEvent', "gc; gc; gc; gc; gc; gc; git checkout master^^^^; git commit; git checkout -b another; gc; gc; git rebase master");
|
||||
}, 500);
|
||||
|
||||
});
|
||||
|
||||
function windowResize() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue