mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-23 20:24:45 +02:00
Improve French translation
This commit is contained in:
parent
fd343edefc
commit
ce0f3cd82e
28 changed files with 74 additions and 74 deletions
|
@ -111,7 +111,7 @@ exports.level = {
|
|||
"* `git push origin :side`",
|
||||
"* `git fetch origin :bugFix`",
|
||||
"",
|
||||
"Voyons ce que cela fait ..."
|
||||
"Voyons ce que cela fait..."
|
||||
]
|
||||
}
|
||||
},
|
||||
|
@ -135,7 +135,7 @@ exports.level = {
|
|||
"Ensuite, un fetch de \"rien\" dans un emplacement local crée une nouvelle branche."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Très étrange, mais peu importe. C'est git !"
|
||||
"Très étrange, mais peu importe. C'est Git !"
|
||||
],
|
||||
"command": "git fetch origin :bar",
|
||||
"beforeCommand": "git clone"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue