new sequence

This commit is contained in:
Peter Cottle 2013-01-12 22:22:58 -08:00
parent 84d31e925d
commit e78f59dba2
3 changed files with 80 additions and 0 deletions

View file

@ -16771,6 +16771,10 @@ exports.sequenceInfo = {
rebase: {
displayName: 'Master the Rebase Luke!',
about: 'What is this whole rebase hotness everyone is talking about? Find out!'
},
mixed: {
displayName: 'A Mixed Bag',
about: 'A mixed bag of Git techniques, tricks, and tips'
}
};
@ -27586,6 +27590,10 @@ exports.sequenceInfo = {
rebase: {
displayName: 'Master the Rebase Luke!',
about: 'What is this whole rebase hotness everyone is talking about? Find out!'
},
mixed: {
displayName: 'A Mixed Bag',
about: 'A mixed bag of Git techniques, tricks, and tips'
}
};