mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-21 01:59:17 +02:00
Merge pull request #468 from etienneCharignon/patch-1
Spelling mistake in the french version
This commit is contained in:
commit
9af3220152
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ exports.level = {
|
||||||
"Voyons l'effet de la précédente commande"
|
"Voyons l'effet de la précédente commande"
|
||||||
],
|
],
|
||||||
"afterMarkdowns": [
|
"afterMarkdowns": [
|
||||||
"On y est ! Les références relatives nous donne une méthode concise pour référencer `C1` et le forçage de branche (`-f`) nous donne une méthode rapide pour bouger une branche à cette emplacement."
|
"On y est ! Les références relatives nous donne une méthode concise pour référencer `C1` et le forçage de branche (`-f`) nous donne une méthode rapide pour bouger une branche à cet emplacement."
|
||||||
],
|
],
|
||||||
"command": "git branch -f master HEAD~3",
|
"command": "git branch -f master HEAD~3",
|
||||||
"beforeCommand": "git commit; git commit; git commit; git checkout -b bugFix"
|
"beforeCommand": "git commit; git commit; git commit; git checkout -b bugFix"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue