mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 00:40:07 +02:00
imrpoved demo
This commit is contained in:
parent
13e7385bad
commit
5c5637d701
2 changed files with 6 additions and 3 deletions
|
@ -6459,7 +6459,8 @@ var init = function() {
|
||||||
[
|
[
|
||||||
"gc; git checkout HEAD~1; git commit; git checkout -b bugFix; gc;",
|
"gc; git checkout HEAD~1; git commit; git checkout -b bugFix; gc;",
|
||||||
"git rebase -i HEAD~3; git rebase master; git checkout master; gc;",
|
"git rebase -i HEAD~3; git rebase master; git checkout master; gc;",
|
||||||
"git merge bugFix; levels; level rebase1; show goal; delay 1000;",
|
"git merge bugFix; levels --noOutput; level rebase1 --noFinishDialog --noStartCommand;",
|
||||||
|
"show goal; delay 1000; hide goal;",
|
||||||
"git checkout -b win; git commit; help"
|
"git checkout -b win; git commit; help"
|
||||||
].join(''));
|
].join(''));
|
||||||
});
|
});
|
||||||
|
@ -17698,7 +17699,8 @@ var init = function() {
|
||||||
[
|
[
|
||||||
"gc; git checkout HEAD~1; git commit; git checkout -b bugFix; gc;",
|
"gc; git checkout HEAD~1; git commit; git checkout -b bugFix; gc;",
|
||||||
"git rebase -i HEAD~3; git rebase master; git checkout master; gc;",
|
"git rebase -i HEAD~3; git rebase master; git checkout master; gc;",
|
||||||
"git merge bugFix; levels; level rebase1; show goal; delay 1000;",
|
"git merge bugFix; levels --noOutput; level rebase1 --noFinishDialog --noStartCommand;",
|
||||||
|
"show goal; delay 1000; hide goal;",
|
||||||
"git checkout -b win; git commit; help"
|
"git checkout -b win; git commit; help"
|
||||||
].join(''));
|
].join(''));
|
||||||
});
|
});
|
||||||
|
|
|
@ -124,7 +124,8 @@ var init = function() {
|
||||||
[
|
[
|
||||||
"gc; git checkout HEAD~1; git commit; git checkout -b bugFix; gc;",
|
"gc; git checkout HEAD~1; git commit; git checkout -b bugFix; gc;",
|
||||||
"git rebase -i HEAD~3; git rebase master; git checkout master; gc;",
|
"git rebase -i HEAD~3; git rebase master; git checkout master; gc;",
|
||||||
"git merge bugFix; levels; level rebase1; show goal; delay 1000;",
|
"git merge bugFix; levels --noOutput; level rebase1 --noFinishDialog --noStartCommand;",
|
||||||
|
"show goal; delay 1000; hide goal;",
|
||||||
"git checkout -b win; git commit; help"
|
"git checkout -b win; git commit; help"
|
||||||
].join(''));
|
].join(''));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue