mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
level sequence rename
This commit is contained in:
parent
15c2224d56
commit
8ee78d08ab
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ exports.levelSequences = {
|
||||||
require('../../levels/rampup/relativeRefs2').level,
|
require('../../levels/rampup/relativeRefs2').level,
|
||||||
require('../../levels/rampup/reversingChanges').level
|
require('../../levels/rampup/reversingChanges').level
|
||||||
],
|
],
|
||||||
rebase: [
|
move: [
|
||||||
require('../../levels/rampup/cherryPick').level,
|
require('../../levels/rampup/cherryPick').level,
|
||||||
require('../../levels/rampup/interactiveRebase').level
|
require('../../levels/rampup/interactiveRebase').level
|
||||||
],
|
],
|
||||||
|
@ -76,7 +76,7 @@ exports.sequenceInfo = {
|
||||||
'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social'
|
'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
rebase: {
|
move: {
|
||||||
displayName: {
|
displayName: {
|
||||||
'en_US': 'Moving Work Around',
|
'en_US': 'Moving Work Around',
|
||||||
// INTL out of sync :(
|
// INTL out of sync :(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue