mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 08:04:27 +02:00
Fixes Issue #7
This commit is contained in:
parent
168852b293
commit
19792440f8
10 changed files with 78 additions and 3 deletions
|
@ -3,6 +3,9 @@ exports.level = {
|
|||
"solutionCommand": "git checkout -b bugFix;git commit;git checkout master;git commit;git merge bugFix",
|
||||
"name": "Merging in Git",
|
||||
"hint": "Remember to commit in the order specified (bugFix before master)",
|
||||
"disabledMap" : {
|
||||
"git revert": true
|
||||
},
|
||||
"startDialog": {
|
||||
"childViews": [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue