diff --git a/pages.es/common/git-imerge.md b/pages.es/common/git-imerge.md index 4ad9fe3b57..5a35bdd779 100644 --- a/pages.es/common/git-imerge.md +++ b/pages.es/common/git-imerge.md @@ -1,6 +1,6 @@ # 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. > Más información: . diff --git a/pages.es/common/git-init.md b/pages.es/common/git-init.md index 8ecc9f11e8..c6e221063e 100644 --- a/pages.es/common/git-init.md +++ b/pages.es/common/git-init.md @@ -1,6 +1,6 @@ # git init -> Inicializa un nuevo repositorio git local. +> Inicializa un nuevo repositorio Git local. > Más información: . - Inicializa un nuevo repositorio local: diff --git a/pages.fr/common/git-update-ref.md b/pages.fr/common/git-update-ref.md index dfab35f4d4..866664f707 100644 --- a/pages.fr/common/git-update-ref.md +++ b/pages.fr/common/git-update-ref.md @@ -1,6 +1,6 @@ # 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: . - Supprimer une référence, utile pour la réinitialisation du premier commit : diff --git a/pages/common/dvc-diff.md b/pages/common/dvc-diff.md index 2a08fe91b3..54048f4b5b 100644 --- a/pages/common/dvc-diff.md +++ b/pages/common/dvc-diff.md @@ -7,7 +7,7 @@ `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}}` diff --git a/pages/common/git-difftool.md b/pages/common/git-difftool.md index 4a0a7abd3c..81ea169c58 100644 --- a/pages/common/git-difftool.md +++ b/pages/common/git-difftool.md @@ -1,6 +1,6 @@ # 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: . - List available diff tools: diff --git a/pages/common/git-instaweb.md b/pages/common/git-instaweb.md index cd447a2821..eecd628560 100644 --- a/pages/common/git-instaweb.md +++ b/pages/common/git-instaweb.md @@ -3,7 +3,7 @@ > Helper to launch a gitweb server. > More information: . -- Launch a gitweb server for the current git repository: +- Launch a gitweb server for the current Git repository: `git instaweb --start`