mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
cool beans
This commit is contained in:
parent
f8b9c8b583
commit
ce87c01fd1
2 changed files with 3 additions and 3 deletions
|
@ -6457,7 +6457,7 @@ var init = function() {
|
|||
[
|
||||
"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 merge bugFix; levels; level rebase1; delay 3000;",
|
||||
"git merge bugFix; levels; level rebase1; show goal; delay 3000;",
|
||||
"git checkout -b win; git commit; help"
|
||||
].join(''));
|
||||
});
|
||||
|
@ -17677,7 +17677,7 @@ var init = function() {
|
|||
[
|
||||
"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 merge bugFix; levels; level rebase1; delay 3000;",
|
||||
"git merge bugFix; levels; level rebase1; show goal; delay 3000;",
|
||||
"git checkout -b win; git commit; help"
|
||||
].join(''));
|
||||
});
|
||||
|
|
|
@ -124,7 +124,7 @@ var init = function() {
|
|||
[
|
||||
"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 merge bugFix; levels; level rebase1; delay 3000;",
|
||||
"git merge bugFix; levels; level rebase1; show goal; delay 3000;",
|
||||
"git checkout -b win; git commit; help"
|
||||
].join(''));
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue