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:
Peter Cottle 2013-07-24 21:41:53 -07:00
parent 7a00bd09f6
commit c4ae821cef
12 changed files with 203 additions and 60 deletions

View file

@ -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!',