Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cottle committed Nov 21, 2023
2 parents e3bc532 + 3dfcc2b commit d74bcdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ var watching = function() {
'__tests__/git.spec.js',
'src/js/**/*.js',
'src/js/**/**/*.js',
'src/js/**/*.jsx',
'src/levels/**/*.js'
], series([fastBuild , jasmine, jshint, lintStrings]));
};
Expand Down
4 changes: 3 additions & 1 deletion src/levels/rampup/relativeRefs2.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ exports.level = {
"",
"`git branch -f main HEAD~3`",
"",
"moves (by force) the main branch to three parents behind HEAD."
"moves (by force) the main branch to three parents behind HEAD.",
"",
"*Note: In a real git environment `git branch -f command` is not allowed for your current branch.*"
]
}
},
Expand Down

0 comments on commit d74bcdb

Please sign in to comment.