mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-26 07:58:34 +02:00
AWESOME origin compare within trees and levels, visualizations down, finish animation chain fixed, everything is awesome here. ready fororigin levels
This commit is contained in:
parent
7a00bd09f6
commit
c4ae821cef
12 changed files with 203 additions and 60 deletions
|
@ -13,6 +13,9 @@ exports.levelSequences = {
|
|||
require('../../levels/rampup/relativeRefs2').level,
|
||||
require('../../levels/rampup/reversingChanges').level
|
||||
],
|
||||
remote: [
|
||||
require('../../levels/remote/clone').level
|
||||
],
|
||||
rebase: [
|
||||
require('../../levels/rebase/manyRebases').level
|
||||
],
|
||||
|
@ -59,6 +62,14 @@ exports.sequenceInfo = {
|
|||
'zh_CN': '接下来是git的超赞特性。迫不及待了吧!'
|
||||
}
|
||||
},
|
||||
remote: {
|
||||
displayName: {
|
||||
'en_US': 'Push & Pull -- Git Remotes!'
|
||||
},
|
||||
about: {
|
||||
'en_US': 'Time to share your 1\'s and 0\'s kids; coding just got social'
|
||||
}
|
||||
},
|
||||
rebase: {
|
||||
displayName: {
|
||||
'en_US': 'Master the Rebase Luke!',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue