mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-09 22:24:26 +02:00
new sequence
This commit is contained in:
parent
84d31e925d
commit
e78f59dba2
3 changed files with 80 additions and 0 deletions
|
@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue