From 8d60f149451ebfc54332af0c2678732cc324d4e4 Mon Sep 17 00:00:00 2001 From: lucas schneider Date: Thu, 7 Jan 2021 12:40:44 -0300 Subject: [PATCH] add missing pages --- pages.es/common/git-imerge.md | 2 +- pages.es/common/git-init.md | 2 +- pages.fr/common/git-update-ref.md | 2 +- pages/common/dvc-diff.md | 2 +- pages/common/git-difftool.md | 2 +- pages/common/git-instaweb.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages.es/common/git-imerge.md b/pages.es/common/git-imerge.md index 4ad9fe3b5..5a35bdd77 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 8ecc9f11e..c6e221063 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 dfab35f4d..866664f70 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 2a08fe91b..54048f4b5 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 4a0a7abd3..81ea169c5 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 cd447a282..eecd62856 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`