mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 00:24:28 +02:00
#705 Add missing period characters
This commit is contained in:
parent
3d2d3dac42
commit
7d5e83610a
25 changed files with 253 additions and 253 deletions
|
@ -57,7 +57,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"The default behavior of `fakeTeamwork` is to simply plop down a commit on master"
|
||||
"The default behavior of `fakeTeamwork` is to simply plop down a commit on master."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"There we go -- the remote was updated with a new commit, and we haven't downloaded that commit yet because we haven't run `git fetch`."
|
||||
|
@ -70,10 +70,10 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"You can also specify the number of commits or the branch by appending them to the command"
|
||||
"You can also specify the number of commits or the branch by appending them to the command."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"With one command we simulated a teammate pushing three commits to the `foo` branch on our remote"
|
||||
"With one command we simulated a teammate pushing three commits to the `foo` branch on our remote."
|
||||
],
|
||||
"command": "git fakeTeamwork foo 3",
|
||||
"beforeCommand": "git branch foo; git clone"
|
||||
|
@ -127,7 +127,7 @@ exports.level = {
|
|||
"Vous pouvez aussi spécifier le nombre de commits ou la branche en les ajoutant à la fin de la commande."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Avec une seule commande, nous avons simulé un collègue ayant pushé 3 commits sur la branche `foo` de notre dépôt distant"
|
||||
"Avec une seule commande, nous avons simulé un collègue ayant pushé 3 commits sur la branche `foo` de notre dépôt distant."
|
||||
],
|
||||
"command": "git fakeTeamwork foo 3",
|
||||
"beforeCommand": "git branch foo; git clone"
|
||||
|
@ -165,7 +165,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"El comportamiento por default de `fakeTeamwork` es simplemente crear un commit en master"
|
||||
"El comportamiento por default de `fakeTeamwork` es simplemente crear un commit en master."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Ahí está: el remoto se actualizó con un nuevo commit, y todavía no nos bajamos ese commit porque aún no hicimos `git fetch`."
|
||||
|
@ -178,10 +178,10 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"También podés especificar la cantidad de commits o la ramma agregándolos al comando"
|
||||
"También podés especificar la cantidad de commits o la ramma agregándolos al comando."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Con un único comando simulamos que un compañero de equipo pusheó tres commits a la rama `foo` de nuestro remoto"
|
||||
"Con un único comando simulamos que un compañero de equipo pusheó tres commits a la rama `foo` de nuestro remoto."
|
||||
],
|
||||
"command": "git fakeTeamwork foo 3",
|
||||
"beforeCommand": "git branch foo; git clone"
|
||||
|
@ -219,7 +219,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"El comportamiento por default de `fakeTeamwork` es simplemente crear un commit en master"
|
||||
"El comportamiento por default de `fakeTeamwork` es simplemente crear un commit en master."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Ahí está: el remoto se actualizó con un nuevo commit, y todavía no nos bajamos ese commit porque aún no hicimos `git fetch`."
|
||||
|
@ -232,10 +232,10 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"También puedes especificar la cantidad de commits o la ramma agregándolos al comando"
|
||||
"También puedes especificar la cantidad de commits o la ramma agregándolos al comando."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Con un único comando simulamos que un compañero de equipo pusheó tres commits a la rama `foo` de nuestro remoto"
|
||||
"Con un único comando simulamos que un compañero de equipo pusheó tres commits a la rama `foo` de nuestro remoto."
|
||||
],
|
||||
"command": "git fakeTeamwork foo 3",
|
||||
"beforeCommand": "git branch foo; git clone"
|
||||
|
@ -273,7 +273,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"O comportamento padrão do `fakeTeamwork` é simplesmente fazer aparecer um commit no master"
|
||||
"O comportamento padrão do `fakeTeamwork` é simplesmente fazer aparecer um commit no master."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Aqui vamos nos -- o repositório remoto foi atualizado com um novo commit, e ainda não baixamos esse commit porque não executamos um `git fetch`."
|
||||
|
@ -286,10 +286,10 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"Você também pode especificar o número de commits ou o ramo, anexando-os ao comando"
|
||||
"Você também pode especificar o número de commits ou o ramo, anexando-os ao comando."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Com um único comando, nós simulamos um colega enviando 3 commits para o ramo `foo` do repositório remoto"
|
||||
"Com um único comando, nós simulamos um colega enviando 3 commits para o ramo `foo` do repositório remoto."
|
||||
],
|
||||
"command": "git fakeTeamwork foo 3",
|
||||
"beforeCommand": "git branch foo; git clone"
|
||||
|
@ -327,7 +327,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"O comportamento por defecto de `fakeTeamwork` é simplemente crear un commit en master na rama remota"
|
||||
"O comportamento por defecto de `fakeTeamwork` é simplemente crear un commit en master na rama remota."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Ahí o tes: a rama remota actualizouse cun novo commit, e aínda non nos baixamos ese commit porque inda non fixemos `git fetch`."
|
||||
|
@ -340,10 +340,10 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"Tamén podes especificar a cantidad de commits ou a rama agregándoos ó comando"
|
||||
"Tamén podes especificar a cantidad de commits ou a rama agregándoos ó comando."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Cun único comando simulamos que un colega do equipo empurrou tres commits á rama `foo` do noso remoto"
|
||||
"Cun único comando simulamos que un colega do equipo empurrou tres commits á rama `foo` do noso remoto."
|
||||
],
|
||||
"command": "git fakeTeamwork foo 3",
|
||||
"beforeCommand": "git branch foo; git clone"
|
||||
|
@ -653,7 +653,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"За замовчуванням `fakeTeamwork` просто додасть коміт в гілку `master`"
|
||||
"За замовчуванням `fakeTeamwork` просто додасть коміт в гілку `master`."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Є -- до віддаленого репозиторію додався ще один коміт, проте ми ще його не звантажили, оскільки ще не виконали `git fetch`."
|
||||
|
@ -761,7 +761,7 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"Hành xử mặc định của `fakeTeamwork` đơn giản là tạo ra một commit ở trên nhánh master từ xa"
|
||||
"Hành xử mặc định của `fakeTeamwork` đơn giản là tạo ra một commit ở trên nhánh master từ xa."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Đó -- kho chứa từ xa đã được cập nhật thêm một commit, và ta chưa tải commit đó xuống vì ta chưa hề chạy lệnh `git fetch`."
|
||||
|
@ -774,10 +774,10 @@ exports.level = {
|
|||
"type": "GitDemonstrationView",
|
||||
"options": {
|
||||
"beforeMarkdowns": [
|
||||
"Bạn cũng có thể chỉ định số lượng commit bằng cách thêm con số đằng sau câu lệnh"
|
||||
"Bạn cũng có thể chỉ định số lượng commit bằng cách thêm con số đằng sau câu lệnh."
|
||||
],
|
||||
"afterMarkdowns": [
|
||||
"Chỉ với một câu lệnh ta có thể giả lập tạo ra 3 commit trên nhánh `foo` từ xa của ta"
|
||||
"Chỉ với một câu lệnh ta có thể giả lập tạo ra 3 commit trên nhánh `foo` từ xa của ta."
|
||||
],
|
||||
"command": "git fakeTeamwork foo 3",
|
||||
"beforeCommand": "git branch foo; git clone"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue