mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-28 22:55:10 +02:00
merge main
This commit is contained in:
commit
d74bcdb708
2 changed files with 4 additions and 1 deletions
|
@ -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]));
|
||||
};
|
||||
|
|
|
@ -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.*"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue