Browse Source

add missing pages

lucas schneider 4 years ago
parent
commit
8d60f14945

+ 1 - 1
pages.es/common/git-imerge.md

@@ -1,6 +1,6 @@
 # git-imerge
 # git-imerge
 
 
-> Ejecuta una fusión o rebase entre dos ramas git incrementalmente.
+> Ejecuta una fusión o rebase entre dos ramas Git incrementalmente.
 > Los conflictos entre las ramas se rastrean a pares de commits individuales para simplificar la resolución de conflictos.
 > Los conflictos entre las ramas se rastrean a pares de commits individuales para simplificar la resolución de conflictos.
 > Más información: <https://github.com/mhagger/git-imerge>.
 > Más información: <https://github.com/mhagger/git-imerge>.
 
 

+ 1 - 1
pages.es/common/git-init.md

@@ -1,6 +1,6 @@
 # git init
 # git init
 
 
-> Inicializa un nuevo repositorio git local.
+> Inicializa un nuevo repositorio Git local.
 > Más información: <https://git-scm.com/docs/git-init>.
 > Más información: <https://git-scm.com/docs/git-init>.
 
 
 - Inicializa un nuevo repositorio local:
 - Inicializa un nuevo repositorio local:

+ 1 - 1
pages.fr/common/git-update-ref.md

@@ -1,6 +1,6 @@
 # git update-ref
 # git update-ref
 
 
-> Commande Git pour créer, mettre à jour et supprimer des références git.
+> Commande Git pour créer, mettre à jour et supprimer des références Git.
 > Plus d'informations: <https://git-scm.com/docs/git-update-ref>.
 > Plus d'informations: <https://git-scm.com/docs/git-update-ref>.
 
 
 - Supprimer une référence, utile pour la réinitialisation du premier commit :
 - Supprimer une référence, utile pour la réinitialisation du premier commit :

+ 1 - 1
pages/common/dvc-diff.md

@@ -7,7 +7,7 @@
 
 
 `dvc diff {{commit_hash/tag/branch}}`
 `dvc diff {{commit_hash/tag/branch}}`
 
 
-- Compare the changes in DVC tracked files from 1 git commit to another:
+- Compare the changes in DVC tracked files from 1 Git commit to another:
 
 
 `dvc diff {{revision_b}} {{revision_a}}`
 `dvc diff {{revision_b}} {{revision_a}}`
 
 

+ 1 - 1
pages/common/git-difftool.md

@@ -1,6 +1,6 @@
 # git difftool
 # git difftool
 
 
-> Show file changes using external diff tools. Accepts the same options and arguments as git diff.
+> Show file changes using external diff tools. Accepts the same options and arguments as Git diff.
 > More information: <https://git-scm.com/docs/git-difftool>.
 > More information: <https://git-scm.com/docs/git-difftool>.
 
 
 - List available diff tools:
 - List available diff tools:

+ 1 - 1
pages/common/git-instaweb.md

@@ -3,7 +3,7 @@
 > Helper to launch a gitweb server.
 > Helper to launch a gitweb server.
 > More information: <https://git-scm.com/docs/git-instaweb>.
 > More information: <https://git-scm.com/docs/git-instaweb>.
 
 
-- Launch a gitweb server for the current git repository:
+- Launch a gitweb server for the current Git repository:
 
 
 `git instaweb --start`
 `git instaweb --start`