From eef3712fc3a6a3774384b2e4ed934583c8349d75 Mon Sep 17 00:00:00 2001 From: lucas schneider Date: Thu, 7 Jan 2021 11:06:38 -0300 Subject: [PATCH] rename git to Git --- contributing-guides/maintainers-guide.md | 2 +- pages.de/common/pass.md | 2 +- pages.es/common/git-branch.md | 2 +- pages.es/common/git-check-ignore.md | 2 +- pages.es/common/git-clean.md | 8 ++++---- pages.es/common/git-config.md | 2 +- pages.es/common/git-lfs.md | 4 ++-- pages.es/common/git-mv.md | 2 +- pages.es/common/git-reset.md | 2 +- pages.es/common/git-show.md | 2 +- pages.es/common/git-sizer.md | 2 +- pages.es/common/git-status.md | 2 +- pages.es/common/git-submodule.md | 4 ++-- pages.es/common/git-svn.md | 2 +- pages.es/common/git-switch.md | 2 +- pages.fr/common/git-annex.md | 4 ++-- pages.fr/common/git-branch.md | 2 +- pages.fr/common/git-cat-file.md | 6 +++--- pages.fr/common/git-clean.md | 8 ++++---- pages.fr/common/git-config.md | 2 +- pages.fr/common/git-describe.md | 2 +- pages.fr/common/git-difftool.md | 2 +- pages.fr/common/git-flow.md | 4 ++-- pages.fr/common/git-help.md | 2 +- pages.fr/common/git-init.md | 4 ++-- pages.fr/common/git-lfs.md | 2 +- pages.fr/common/git-log.md | 2 +- pages.fr/common/git-mv.md | 2 +- pages.fr/common/git-repack.md | 2 +- pages.fr/common/git-reset.md | 6 +++--- pages.fr/common/git-restore.md | 2 +- pages.fr/common/git-show-ref.md | 2 +- pages.fr/common/git-show.md | 2 +- pages.fr/common/git-submodule.md | 4 ++-- pages.fr/common/git-subtree.md | 2 +- pages.fr/common/git-switch.md | 2 +- pages.fr/common/git-update-index.md | 2 +- pages.hbs/common/tldr.md | 2 +- pages.hi/common/tldr.md | 2 +- pages.id/common/git-branch.md | 2 +- pages.id/common/git-status.md | 2 +- pages.it/common/bup.md | 2 +- pages.it/common/git-branch.md | 2 +- pages.it/common/git-cat-file.md | 6 +++--- pages.it/common/git-clean.md | 8 ++++---- pages.it/common/git-config.md | 2 +- pages.it/common/git-describe.md | 2 +- pages.it/common/git-difftool.md | 2 +- pages.it/common/git-help.md | 8 ++++---- pages.it/common/git-imerge.md | 2 +- pages.it/common/git-merge.md | 2 +- pages.it/common/git-prune.md | 4 ++-- pages.it/common/git-repack.md | 2 +- pages.it/common/git-restore.md | 2 +- pages.it/common/git-show.md | 2 +- pages.it/common/git-status.md | 2 +- pages.it/common/git-submodule.md | 4 ++-- pages.it/common/git-subtree.md | 2 +- pages.it/common/git-switch.md | 2 +- pages.it/common/git-update-ref.md | 2 +- pages.it/common/git.md | 4 ++-- pages.pl/common/atom.md | 2 +- pages.pl/common/tldr.md | 2 +- pages.pt_BR/common/git-mv.md | 2 +- pages.ru/common/tldr.md | 2 +- pages/common/atom.md | 2 +- pages/common/bup.md | 2 +- pages/common/chezmoi.md | 2 +- pages/common/delta.md | 4 ++-- pages/common/git-annex.md | 4 ++-- pages/common/git-branch.md | 2 +- pages/common/git-cat-file.md | 6 +++--- pages/common/git-clean.md | 8 ++++---- pages/common/git-config.md | 6 +++--- pages/common/git-describe.md | 2 +- pages/common/git-flow.md | 2 +- pages/common/git-help.md | 8 ++++---- pages/common/git-imerge.md | 2 +- pages/common/git-init.md | 2 +- pages/common/git-log.md | 2 +- pages/common/git-mv.md | 2 +- pages/common/git-prune.md | 4 ++-- pages/common/git-repack.md | 2 +- pages/common/git-reset.md | 2 +- pages/common/git-restore.md | 2 +- pages/common/git-show.md | 2 +- pages/common/git-status.md | 2 +- pages/common/git-submodule.md | 4 ++-- pages/common/git-subtree.md | 2 +- pages/common/git-svn.md | 2 +- pages/common/git-switch.md | 2 +- pages/common/git-update-ref.md | 2 +- pages/common/gitk.md | 4 ++-- pages/common/gitsome.md | 2 +- pages/common/gopass.md | 2 +- pages/common/hub.md | 2 +- pages/common/pass.md | 2 +- pages/common/tldr.md | 2 +- pages/common/transcrypt.md | 2 +- pages/common/vcsh.md | 4 ++-- pages/common/vela.md | 2 +- pages/linux/etckeeper.md | 6 +++--- pages/linux/whereis.md | 2 +- pages/osx/whereis.md | 2 +- 104 files changed, 149 insertions(+), 149 deletions(-) diff --git a/contributing-guides/maintainers-guide.md b/contributing-guides/maintainers-guide.md index 56b582441..6c014c258 100644 --- a/contributing-guides/maintainers-guide.md +++ b/contributing-guides/maintainers-guide.md @@ -80,7 +80,7 @@ as a guideline for current and future maintainers. Be mindful of signs of fatigue (less enthusiastic responses, slower reactions), and relax review standards if necessary — minor issues can always be fixed later. -- When merging PRs, use the **merge strategy that produces a clean git history**: +- When merging PRs, use the **merge strategy that produces a clean Git history**: If there's a single commit in the PR, or if the multiple commits are not semantically independent changes, use the `Squash and merge` method. diff --git a/pages.de/common/pass.md b/pages.de/common/pass.md index 6041c53be..7027dc764 100644 --- a/pages.de/common/pass.md +++ b/pages.de/common/pass.md @@ -1,7 +1,7 @@ # pass > Programm zum speichern und lesen von Passwörtern und anderen empfindlichen Daten. -> Die Daten sind mit GPG verschlüsselt und mit einem git repository verwaltet. +> Die Daten sind mit GPG verschlüsselt und mit einem Git repository verwaltet. > Mehr Informationen: . - Neuen oder bestehenden Speicher mit einer oder mehreren GPG IDs initialisieren oder neu verschlüsseln: diff --git a/pages.es/common/git-branch.md b/pages.es/common/git-branch.md index b5fde3dfa..8f4d15ddc 100644 --- a/pages.es/common/git-branch.md +++ b/pages.es/common/git-branch.md @@ -1,6 +1,6 @@ # git branch -> Comando git principal para trabajar con ramas. +> Comando Git principal para trabajar con ramas. > Más información: . - Muestra las ramas locales. La rama actual está resaltado por `*`: diff --git a/pages.es/common/git-check-ignore.md b/pages.es/common/git-check-ignore.md index 266f874b0..2f99b92ae 100644 --- a/pages.es/common/git-check-ignore.md +++ b/pages.es/common/git-check-ignore.md @@ -1,6 +1,6 @@ # git check-ignore -> Analiza y depura los archivos que git debe ignorar / excluir (.gitignore). +> Analiza y depura los archivos que Git debe ignorar / excluir (.gitignore). > Más información: . - Comprueba si un archivo o directorio es ignorado: diff --git a/pages.es/common/git-clean.md b/pages.es/common/git-clean.md index 6c41ed868..85565ef25 100644 --- a/pages.es/common/git-clean.md +++ b/pages.es/common/git-clean.md @@ -3,11 +3,11 @@ > Elimina archivos sin rastrear del árbol de trabajo. > Más información: . -- Elimina archivos que no son rastreados por git: +- Elimina archivos que no son rastreados por Git: `git clean` -- Elimina interactivamente archivos que no son rastreados por git: +- Elimina interactivamente archivos que no son rastreados por Git: `git clean -i` @@ -15,11 +15,11 @@ `git clean --dry-run` -- Elimina forzosamente los archivos que no son rastreados por git: +- Elimina forzosamente los archivos que no son rastreados por Git: `git clean -f` -- Elimina forzosamente los directorios que no son rastreados por git: +- Elimina forzosamente los directorios que no son rastreados por Git: `git clean -fd` diff --git a/pages.es/common/git-config.md b/pages.es/common/git-config.md index feeaaf45f..b4fbe95b3 100644 --- a/pages.es/common/git-config.md +++ b/pages.es/common/git-config.md @@ -1,6 +1,6 @@ # git config -> Gestiona opciones personalizadas para la configuración de repositorios git. +> Gestiona opciones personalizadas para la configuración de repositorios Git. > Esta configuración puede ser local (para el repositorio actual) o global (para el usuario actual). > Más información: . diff --git a/pages.es/common/git-lfs.md b/pages.es/common/git-lfs.md index 54ae3f8e2..6156ddc6a 100644 --- a/pages.es/common/git-lfs.md +++ b/pages.es/common/git-lfs.md @@ -1,6 +1,6 @@ # git lfs -> Herramienta para trabajar con archivos grandes en repositorios git. +> Herramienta para trabajar con archivos grandes en repositorios Git. > Más información: . - Inicializa Git LFS: @@ -11,7 +11,7 @@ `git lfs track '{{*.bin}}'` -- Cambia la URL a la que apunta Git LFS (útil si el servidor LFS está separado del servidor git): +- Cambia la URL a la que apunta Git LFS (útil si el servidor LFS está separado del servidor Git): `git config -f .lfsconfig lfs.url {{url_del_punto_de_acceso_LFS}}` diff --git a/pages.es/common/git-mv.md b/pages.es/common/git-mv.md index e42bc4529..3bf838824 100644 --- a/pages.es/common/git-mv.md +++ b/pages.es/common/git-mv.md @@ -1,6 +1,6 @@ # git mv -> Mueve o renombra archivos y actualiza el índice git. +> Mueve o renombra archivos y actualiza el índice Git. > Más información: . - Mueve el archivo dentro del repositorio y añade el movimiento al siguiente commit: diff --git a/pages.es/common/git-reset.md b/pages.es/common/git-reset.md index 4ed2fbcf7..f2992f4d0 100644 --- a/pages.es/common/git-reset.md +++ b/pages.es/common/git-reset.md @@ -1,6 +1,6 @@ # git reset -> Deshace commits o desmarca cambios mediante el reseteo del actual HEAD de git al estado especificado. +> Deshace commits o desmarca cambios mediante el reseteo del actual HEAD de Git al estado especificado. > Si se pasa una ruta, funciona como "desmarcar", si se pasa el hash de un commit o una rama, funciona como "deshacer" el commit. > Más información: . diff --git a/pages.es/common/git-show.md b/pages.es/common/git-show.md index d5642c4cd..100d77c28 100644 --- a/pages.es/common/git-show.md +++ b/pages.es/common/git-show.md @@ -1,6 +1,6 @@ # git show -> Muestra varios tipos de objetos git (commits, etiquetas, etcétera). +> Muestra varios tipos de objetos Git (commits, etiquetas, etcétera). > Más información: . - Muestra información sobre el último commit (mensaje, cambios y otros metadatos): diff --git a/pages.es/common/git-sizer.md b/pages.es/common/git-sizer.md index 85af6897d..8991fc282 100644 --- a/pages.es/common/git-sizer.md +++ b/pages.es/common/git-sizer.md @@ -1,6 +1,6 @@ # git sizer -> Calcula diferentes métricas del repositorio git y te informa de cualquier que puede causar problemas o inconvenientes. +> Calcula diferentes métricas del repositorio Git y te informa de cualquier que puede causar problemas o inconvenientes. > Más información: . - Reporta solo estadísticas que tienen un nivel de preocupación mayor que 0: diff --git a/pages.es/common/git-status.md b/pages.es/common/git-status.md index 9fc2c7eb4..4fd1da357 100644 --- a/pages.es/common/git-status.md +++ b/pages.es/common/git-status.md @@ -1,6 +1,6 @@ # git status -> Muestra los cambios realizados en los archivos del repositorio git. +> Muestra los cambios realizados en los archivos del repositorio Git. > Indica los archivos cambiados, añadidos y eliminados comparándolos con el último commit. > Más información: . diff --git a/pages.es/common/git-submodule.md b/pages.es/common/git-submodule.md index cca2ea01f..dffe6eedc 100644 --- a/pages.es/common/git-submodule.md +++ b/pages.es/common/git-submodule.md @@ -11,10 +11,10 @@ `git submodule add {{url_del_repositorio}}` -- Añade un repositorio git como submulo en un directorio específico: +- Añade un repositorio Git como submulo en un directorio específico: `git submodule add {{url_del_repositorio}} {{ruta/al/directorio}}` - Actualiza cada submódulo a su último commit: -`git submodule foreach git pull` +`git submodule foreach Git pull` diff --git a/pages.es/common/git-svn.md b/pages.es/common/git-svn.md index 25cb1a4bd..8238b50a0 100644 --- a/pages.es/common/git-svn.md +++ b/pages.es/common/git-svn.md @@ -15,7 +15,7 @@ `git svn rebase` -- Obtiene las actualización del repositorio SVN remoto sin cambiar el HEAD de git: +- Obtiene las actualización del repositorio SVN remoto sin cambiar el HEAD de Git: `git svn fetch` diff --git a/pages.es/common/git-switch.md b/pages.es/common/git-switch.md index d1c4becb5..1ee31590f 100644 --- a/pages.es/common/git-switch.md +++ b/pages.es/common/git-switch.md @@ -1,6 +1,6 @@ # git switch -> Alterna entre ramas git. Requiere una git 2.23+. +> Alterna entre ramas Git. Requiere una Git 2.23+. > Véase también `git-checkout`. > Más información: . diff --git a/pages.fr/common/git-annex.md b/pages.fr/common/git-annex.md index 50e0ea381..597cc22d3 100644 --- a/pages.fr/common/git-annex.md +++ b/pages.fr/common/git-annex.md @@ -1,6 +1,6 @@ # git annex -> Gérez les fichiers avec git, sans archiver leur contenu. +> Gérez les fichiers avec Git, sans archiver leur contenu. > Lorsqu'un fichier est annexé, son contenu est déplacé dans un stockage clé-valeur et un lien symbolique est créé qui pointe vers le contenu. > Plus d information: . @@ -8,7 +8,7 @@ `git annex help` -- Initialize le repo avec git annex : +- Initialize le repo avec Git annex : `git annex init` diff --git a/pages.fr/common/git-branch.md b/pages.fr/common/git-branch.md index b57f42735..b28a56ade 100644 --- a/pages.fr/common/git-branch.md +++ b/pages.fr/common/git-branch.md @@ -1,6 +1,6 @@ # git branch -> Commande git principale pour travailler avec des branches. +> Commande Git principale pour travailler avec des branches. > Plus d'informations: . - Liste les branches locale, prefixe la branche courrante avec `*` : diff --git a/pages.fr/common/git-cat-file.md b/pages.fr/common/git-cat-file.md index b01e18410..cb0657a29 100644 --- a/pages.fr/common/git-cat-file.md +++ b/pages.fr/common/git-cat-file.md @@ -1,16 +1,16 @@ # git cat-file -> Fournir des informations sur le contenu ou le type et la taille des objets du référentiel git. +> Fournir des informations sur le contenu ou le type et la taille des objets du référentiel Git. > Plus d'informations: . - Obtenir la taill [s] du commit HEAD en octets : `git cat-file -s HEAD` -- Obtenir le type [t] (blob, tree, commit, tag) d'un objet git spécifié : +- Obtenir le type [t] (blob, tree, commit, tag) d'un objet Git spécifié : `git cat-file -t {{8c442dc3}}` -- Affiche le contenu [p] d'un objet git basé sur son type : +- Affiche le contenu [p] d'un objet Git basé sur son type : `git cat-file -p {{HEAD~2}}` diff --git a/pages.fr/common/git-clean.md b/pages.fr/common/git-clean.md index 484f22be3..840113f62 100644 --- a/pages.fr/common/git-clean.md +++ b/pages.fr/common/git-clean.md @@ -3,11 +3,11 @@ > Supprimer les fichiers non suivis du repertoire. > Plus d'informations: . -- Supprimer les fichiers non suivis par git : +- Supprimer les fichiers non suivis par Git : `git clean` -- Supprimer les fichiers non suivis par git de manière interactive : +- Supprimer les fichiers non suivis par Git de manière interactive : `git clean -i` @@ -15,11 +15,11 @@ `git clean --dry-run` -- Nettoyage forcé des fichiers non suivis par git : +- Nettoyage forcé des fichiers non suivis par Git : `git clean -f` -- Nettoyage forcé des repertoires non suivis par git : +- Nettoyage forcé des repertoires non suivis par Git : `git clean -fd` diff --git a/pages.fr/common/git-config.md b/pages.fr/common/git-config.md index bce8ae321..78cffa0f8 100644 --- a/pages.fr/common/git-config.md +++ b/pages.fr/common/git-config.md @@ -1,6 +1,6 @@ # git config -> Gérer les options de configuration personnalisées pour les référentiels git. +> Gérer les options de configuration personnalisées pour les référentiels Git. > Ces configurations peuvent étre locales (pour le réferentiel courrant) ou globales (pour l utilisateur). > Plus d'informations: . diff --git a/pages.fr/common/git-describe.md b/pages.fr/common/git-describe.md index a251a205a..f77d85efc 100644 --- a/pages.fr/common/git-describe.md +++ b/pages.fr/common/git-describe.md @@ -15,7 +15,7 @@ `git describe --all` -- Décrire un tag git : +- Décrire un tag Git : `git describe {{v1.0.0}}` diff --git a/pages.fr/common/git-difftool.md b/pages.fr/common/git-difftool.md index 825c2a6d4..ce9d3a84b 100644 --- a/pages.fr/common/git-difftool.md +++ b/pages.fr/common/git-difftool.md @@ -1,6 +1,6 @@ # git difftool -> Afficher les modifications apportées aux fichiers à l'aide d'outils de comparaison externes. Accepte les mêmes options et arguments que git diff. +> Afficher les modifications apportées aux fichiers à l'aide d'outils de comparaison externes. Accepte les mêmes options et arguments que Git diff. > Plus d'informations: . - Lister les outils de coparaison disponnible : diff --git a/pages.fr/common/git-flow.md b/pages.fr/common/git-flow.md index 720115485..8cb6537ca 100644 --- a/pages.fr/common/git-flow.md +++ b/pages.fr/common/git-flow.md @@ -1,9 +1,9 @@ # git flow -> Une colletion d'extentions git pour procurer des opperation de registre supplementaires +> Une colletion d'extentions Git pour procurer des opperation de registre supplementaires > Plus d'informations: . -- Initialiser dans un registre git existant : +- Initialiser dans un registre Git existant : `git flow init` diff --git a/pages.fr/common/git-help.md b/pages.fr/common/git-help.md index bc674d84e..977fb5a70 100644 --- a/pages.fr/common/git-help.md +++ b/pages.fr/common/git-help.md @@ -1,6 +1,6 @@ # git help -> Afficher le manuel de git. +> Afficher le manuel de Git. > Plus d'informations: . - Afficher le manuel d'une sous commande : diff --git a/pages.fr/common/git-init.md b/pages.fr/common/git-init.md index a8c9d785f..5bc36d6e5 100644 --- a/pages.fr/common/git-init.md +++ b/pages.fr/common/git-init.md @@ -1,9 +1,9 @@ # git init -> Initialise un nouveau registre git. +> Initialise un nouveau registre Git. > Plus d'informations: . -- Initialise un nouveau registre git local : +- Initialise un nouveau registre Git local : `git init` diff --git a/pages.fr/common/git-lfs.md b/pages.fr/common/git-lfs.md index ea096ba06..248779efb 100644 --- a/pages.fr/common/git-lfs.md +++ b/pages.fr/common/git-lfs.md @@ -1,6 +1,6 @@ # git lfs -> Travailler dans un registre git avec des fichiers volumineux. +> Travailler dans un registre Git avec des fichiers volumineux. > Plus d'informations: . - Initialise le Git LFS : diff --git a/pages.fr/common/git-log.md b/pages.fr/common/git-log.md index 3caeab46c..d60b86903 100644 --- a/pages.fr/common/git-log.md +++ b/pages.fr/common/git-log.md @@ -3,7 +3,7 @@ > Afficher un historique de commits. > Plus d'informations: . -- Afficher la séquence de commits à partir de l'actuel, dans l'ordre chronologique inverse du dépôt git dans le répertoire de travail actuel : +- Afficher la séquence de commits à partir de l'actuel, dans l'ordre chronologique inverse du dépôt Git dans le répertoire de travail actuel : `git log` diff --git a/pages.fr/common/git-mv.md b/pages.fr/common/git-mv.md index cdb0ffbd2..c56139655 100644 --- a/pages.fr/common/git-mv.md +++ b/pages.fr/common/git-mv.md @@ -3,7 +3,7 @@ > Déplacer ou renomer des fichiers inscrits dans l'index. > Plus d'informations: . -- Déplace les fichiers dans l'index git, valide au prochain commit : +- Déplace les fichiers dans l'index Git, valide au prochain commit : `git mv {{chemin/vers/fichier}} {{new/path/to/file}}` diff --git a/pages.fr/common/git-repack.md b/pages.fr/common/git-repack.md index 1fa594e9d..0b4725284 100644 --- a/pages.fr/common/git-repack.md +++ b/pages.fr/common/git-repack.md @@ -1,6 +1,6 @@ # git repack -> Empaqueter les objets décompressés dans un dépot git. +> Empaqueter les objets décompressés dans un dépot Git. > Plus d'informations: . - Empaqueter les objets décompressés dans le dépot courrant : diff --git a/pages.fr/common/git-reset.md b/pages.fr/common/git-reset.md index feb8c896c..8ba9014b6 100644 --- a/pages.fr/common/git-reset.md +++ b/pages.fr/common/git-reset.md @@ -1,8 +1,8 @@ # git reset -> Enlève des commits ou des changements en réinitialisant la tête git à l'état spécifié. -> Si un chemin est passé en paramètre, git reset fonctionne comme «unstage». -> Si un hash de commit est passé en paramètre, git reset annule les commits jusqu'à ce dernier. +> Enlève des commits ou des changements en réinitialisant la tête Git à l'état spécifié. +> Si un chemin est passé en paramètre, Git reset fonctionne comme «unstage». +> Si un hash de commit est passé en paramètre, Git reset annule les commits jusqu'à ce dernier. > Plus d'informations: . - Tout enlever de la *zone de stage* : diff --git a/pages.fr/common/git-restore.md b/pages.fr/common/git-restore.md index 42d97da5a..362c77358 100644 --- a/pages.fr/common/git-restore.md +++ b/pages.fr/common/git-restore.md @@ -1,6 +1,6 @@ # git restore -> Restaurez les fichiers de l'arborescence de travail. Nécessite la version 2.23+ de git. +> Restaurez les fichiers de l'arborescence de travail. Nécessite la version 2.23+ de Git. > Voir aussi `git checkout`. > Plus d'informations: . diff --git a/pages.fr/common/git-show-ref.md b/pages.fr/common/git-show-ref.md index 10dd70bf0..9a83ccadf 100644 --- a/pages.fr/common/git-show-ref.md +++ b/pages.fr/common/git-show-ref.md @@ -1,6 +1,6 @@ # git show-ref -> commande git pour lister les références. +> commande Git pour lister les références. > Plus d'informations: . - Affiche toutes les références dans le dépot : diff --git a/pages.fr/common/git-show.md b/pages.fr/common/git-show.md index 7d9478cd4..d62c3c918 100644 --- a/pages.fr/common/git-show.md +++ b/pages.fr/common/git-show.md @@ -1,6 +1,6 @@ # git show -> Affiche différents types d'objets git (commits, tags, etc.). +> Affiche différents types d'objets Git (commits, tags, etc.). > Plus d'informations: . - Afficher des informations sur le dernier commit (hachage, message, modifications et autres métadonnées) : diff --git a/pages.fr/common/git-submodule.md b/pages.fr/common/git-submodule.md index 738298032..6c935c029 100644 --- a/pages.fr/common/git-submodule.md +++ b/pages.fr/common/git-submodule.md @@ -7,11 +7,11 @@ `git submodule update --init --recursive` -- Ajout d'un dépot git en tant que sous module : +- Ajout d'un dépot Git en tant que sous module : `git submodule add {{repository_url}}` -- Ajout d'un dépot git en tant que sous module a répertoire donné : +- Ajout d'un dépot Git en tant que sous module a répertoire donné : `git submodule add {{repository_url}} {{chemin/vers/repertoire}}` diff --git a/pages.fr/common/git-subtree.md b/pages.fr/common/git-subtree.md index 3cdb5b727..b7ed4df34 100644 --- a/pages.fr/common/git-subtree.md +++ b/pages.fr/common/git-subtree.md @@ -3,7 +3,7 @@ > Outil pour gérer les dépendances de projet en tant que sous-projets. > Plus d'informations: . -- Ajout d'un dépot git en tant que sous arbre : +- Ajout d'un dépot Git en tant que sous arbre : `git subtree add --prefix={{chemin/vers/repertoire/}} --squash {{repository_url}} {{master}}` diff --git a/pages.fr/common/git-switch.md b/pages.fr/common/git-switch.md index 8648f18f2..ebc8b00f9 100644 --- a/pages.fr/common/git-switch.md +++ b/pages.fr/common/git-switch.md @@ -1,6 +1,6 @@ # git switch -> Basculez entre les branches git. Nécessite la version 2.23+ de git. +> Basculez entre les branches Git. Nécessite la version 2.23+ de Git. > Voir egalement `git checkout`. > Plus d'informations: . diff --git a/pages.fr/common/git-update-index.md b/pages.fr/common/git-update-index.md index b705e79c1..7b714515b 100644 --- a/pages.fr/common/git-update-index.md +++ b/pages.fr/common/git-update-index.md @@ -1,6 +1,6 @@ # git update-index -> Commande git pour manipuler l'index. +> Commande Git pour manipuler l'index. > Plus d'informations: . - Prétendre qu'un fichier modifié est inchangé (`git status` ne l'affichera pas comme modifié) : diff --git a/pages.hbs/common/tldr.md b/pages.hbs/common/tldr.md index b9b961b57..7fbdcca26 100644 --- a/pages.hbs/common/tldr.md +++ b/pages.hbs/common/tldr.md @@ -11,6 +11,6 @@ `tldr -p {{linux}} {{tar}}` -- Prikaži pomoć za git potkomandu: +- Prikaži pomoć za Git potkomandu: `tldr {{git-checkout}}` diff --git a/pages.hi/common/tldr.md b/pages.hi/common/tldr.md index 2c35015d7..82948efb4 100644 --- a/pages.hi/common/tldr.md +++ b/pages.hi/common/tldr.md @@ -11,7 +11,7 @@ `tldr -p {{linux}} {{tar}}` -- एक git उपकमांड के लिए सहायता प्राप्त करें: +- एक Git उपकमांड के लिए सहायता प्राप्त करें: `tldr {{git-checkout}}` diff --git a/pages.id/common/git-branch.md b/pages.id/common/git-branch.md index 900c6d987..3b5758261 100644 --- a/pages.id/common/git-branch.md +++ b/pages.id/common/git-branch.md @@ -1,6 +1,6 @@ # git branch -> Perintah git utama untuk bekerja dengan cabang (*branch*). +> Perintah Git utama untuk bekerja dengan cabang (*branch*). > Informasi lebih lanjut: . - Menampilkan daftar cabang lokal. Cabang saat ini ditandai oleh `*`: diff --git a/pages.id/common/git-status.md b/pages.id/common/git-status.md index da53336d8..ace5bc35c 100644 --- a/pages.id/common/git-status.md +++ b/pages.id/common/git-status.md @@ -1,6 +1,6 @@ # git status -> Menampilkan perubahan pada file dalam repositori git. +> Menampilkan perubahan pada file dalam repositori Git. > Menmapilkan daftar perubahan , menambahkan dan menghapus file dibandingkan dengan komit yang saat ini di check-out. > Informasi selengkapnya: . diff --git a/pages.it/common/bup.md b/pages.it/common/bup.md index 06572a831..2cbffc283 100644 --- a/pages.it/common/bup.md +++ b/pages.it/common/bup.md @@ -1,6 +1,6 @@ # bup -> Sistema di backup basato sul formato dei packfile git, fornendo salvataggi incrementali veloci e deduplicazione globale. +> Sistema di backup basato sul formato dei packfile Git, fornendo salvataggi incrementali veloci e deduplicazione globale. > Maggiori informazioni: . - Inizializza una repository di backup nella directory locale specificata: diff --git a/pages.it/common/git-branch.md b/pages.it/common/git-branch.md index e196eb348..ca3a7ecbc 100644 --- a/pages.it/common/git-branch.md +++ b/pages.it/common/git-branch.md @@ -1,6 +1,6 @@ # git branch -> Il principale comando git per lavorare con i rami. +> Il principale comando Git per lavorare con i rami. > Maggiori informazioni: . - Elenca i rami locali. Il ramo corrente è evidenziato da un `*`: diff --git a/pages.it/common/git-cat-file.md b/pages.it/common/git-cat-file.md index 5c1df957c..5f29e663c 100644 --- a/pages.it/common/git-cat-file.md +++ b/pages.it/common/git-cat-file.md @@ -1,16 +1,16 @@ # git cat-file -> Visualizza il contenuto di un oggetto git nel repository o mostrane dimensione e tipo. +> Visualizza il contenuto di un oggetto Git nel repository o mostrane dimensione e tipo. > Maggiori informazioni: . - Mostra la dimen[s]ione del commit HEAD in byte: `git cat-file -s HEAD` -- Mostra il [t]ipo (blob, albero, commit, tag) di un oggetto git: +- Mostra il [t]ipo (blob, albero, commit, tag) di un oggetto Git: `git cat-file -t {{8c442dc3}}` -- Stam[p]a il contenuto di un oggetto git, formattato in base al tipo: +- Stam[p]a il contenuto di un oggetto Git, formattato in base al tipo: `git cat-file -p {{HEAD~2}}` diff --git a/pages.it/common/git-clean.md b/pages.it/common/git-clean.md index 4792cf6be..1e1ac025b 100644 --- a/pages.it/common/git-clean.md +++ b/pages.it/common/git-clean.md @@ -3,11 +3,11 @@ > Elimina i file non tracciati dall'albero di lavoro. > Maggiori informazioni: . -- Elimina i file che non sono tracciati da git: +- Elimina i file che non sono tracciati da Git: `git clean` -- Elimina in modo interattivo i file non tracciati da git: +- Elimina in modo interattivo i file non tracciati da Git: `git clean -i` @@ -15,11 +15,11 @@ `git clean --dry-run` -- Forza l'eliminazione dei file non tracciati da git: +- Forza l'eliminazione dei file non tracciati da Git: `git clean -f` -- Forza l'eliminazione delle cartelle non tracciate da git: +- Forza l'eliminazione delle cartelle non tracciate da Git: `git clean -fd` diff --git a/pages.it/common/git-config.md b/pages.it/common/git-config.md index 7f1488dd7..426514c2d 100644 --- a/pages.it/common/git-config.md +++ b/pages.it/common/git-config.md @@ -1,6 +1,6 @@ # git config -> Configura le impostazioni di uno o piu repository git. +> Configura le impostazioni di uno o piu repository Git. > Le configurazioni possono essere sia locali (per il repository corrente) che globali (per l'utente corrente). > Maggiori informazioni: . diff --git a/pages.it/common/git-describe.md b/pages.it/common/git-describe.md index 40535a217..e797f92f0 100644 --- a/pages.it/common/git-describe.md +++ b/pages.it/common/git-describe.md @@ -1,6 +1,6 @@ # git describe -> Rendi il nome di un oggetto git più leggibile usando i riferimenti disponibili. +> Rendi il nome di un oggetto Git più leggibile usando i riferimenti disponibili. > Maggiori informazioni: . - Crea un nome univoco per il commit corrente (il nome contiene i tag più recenti, il numero di commit aggiuntivi, e l'hash breve del commit): diff --git a/pages.it/common/git-difftool.md b/pages.it/common/git-difftool.md index 7810b6005..ceaa7a732 100644 --- a/pages.it/common/git-difftool.md +++ b/pages.it/common/git-difftool.md @@ -1,6 +1,6 @@ # git difftool -> Mostra le modifiche ai file tracciati usando uno strumento Diff esterno. Accetta le stesse opzioni e argomenti di git diff. +> Mostra le modifiche ai file tracciati usando uno strumento Diff esterno. Accetta le stesse opzioni e argomenti di Git diff. > Maggiori informazioni: . - Elenca gli strumenti Diff disponibili: diff --git a/pages.it/common/git-help.md b/pages.it/common/git-help.md index b9e0710f1..33adb63ad 100644 --- a/pages.it/common/git-help.md +++ b/pages.it/common/git-help.md @@ -1,17 +1,17 @@ # git help -> Mostra informazioni di aiuto su git. +> Mostra informazioni di aiuto su Git. > Maggiori informazioni: . -- Mostra aiuto per uno specifico sottocomando git: +- Mostra aiuto per uno specifico sottocomando Git: `git help {{sottocomando}}` -- Visualizza aiuto per un sottocomando git in un browser web: +- Visualizza aiuto per un sottocomando Git in un browser web: `git help --web {{sottocomando}}` -- Mostra un elenco dei sottocomandi git disponibili: +- Mostra un elenco dei sottocomandi Git disponibili: `git help --all` diff --git a/pages.it/common/git-imerge.md b/pages.it/common/git-imerge.md index 06c656adc..8c1e7bc13 100644 --- a/pages.it/common/git-imerge.md +++ b/pages.it/common/git-imerge.md @@ -1,6 +1,6 @@ # git-imerge -> Esegui un'unione (merge) o rebase tra due rami git in modo incrementale. +> Esegui un'unione (merge) o rebase tra due rami Git in modo incrementale. > Eventuali conflitti tra i due rami sono tracciati in coppie di commit distinti, per semplificarne la risoluzione. > Maggiori informazioni: . diff --git a/pages.it/common/git-merge.md b/pages.it/common/git-merge.md index 261cadc47..cc931a3a4 100644 --- a/pages.it/common/git-merge.md +++ b/pages.it/common/git-merge.md @@ -1,6 +1,6 @@ # git merge -> Esegui un'unione (merge) tra due rami git. +> Esegui un'unione (merge) tra due rami Git. > Maggiori informazioni: . - Avvia un'unione con il tuo ramo corrente: diff --git a/pages.it/common/git-prune.md b/pages.it/common/git-prune.md index 7a0f0119e..3d08d86b0 100644 --- a/pages.it/common/git-prune.md +++ b/pages.it/common/git-prune.md @@ -1,10 +1,10 @@ # git prune > Elimina dal database degli oggetti quelli non più raggiungibili. -> Questo comando è usato più spesso internamente da git gc piuttosto che in modo diretto. +> Questo comando è usato più spesso internamente da Git gc piuttosto che in modo diretto. > Maggiori informazioni: . -- Elenca quali oggetti saranno eliminati da git prune senza eliminarli definitivamente; +- Elenca quali oggetti saranno eliminati da Git prune senza eliminarli definitivamente; `git prune --dry-run` diff --git a/pages.it/common/git-repack.md b/pages.it/common/git-repack.md index 9d38497cf..497f4c5b0 100644 --- a/pages.it/common/git-repack.md +++ b/pages.it/common/git-repack.md @@ -1,6 +1,6 @@ # git repack -> Comprimi gli oggetti decompressi in un repository git. +> Comprimi gli oggetti decompressi in un repository Git. > Maggiori informazioni: . - Comprimi gli oggetti decompressi nella cartella corrente: diff --git a/pages.it/common/git-restore.md b/pages.it/common/git-restore.md index 1044a53d2..316b72c2a 100644 --- a/pages.it/common/git-restore.md +++ b/pages.it/common/git-restore.md @@ -1,6 +1,6 @@ # git restore -> Ripristina i file dell'albero di lavoro. Richiede versioni di git successive alla 2.23. +> Ripristina i file dell'albero di lavoro. Richiede versioni di Git successive alla 2.23. > Vedi anche `git checkout`. > Maggiori informazioni: . diff --git a/pages.it/common/git-show.md b/pages.it/common/git-show.md index 19e070477..9dbb84d6d 100644 --- a/pages.it/common/git-show.md +++ b/pages.it/common/git-show.md @@ -1,6 +1,6 @@ # git show -> Mostra vari tipi di oggetti git (commit, tag, etc.). +> Mostra vari tipi di oggetti Git (commit, tag, etc.). > Maggiori informazioni: . - Mostra informazioni sull'ultimo commit (hash, messaggio, modifiche, ed altri metadati): diff --git a/pages.it/common/git-status.md b/pages.it/common/git-status.md index 13b370176..064542dc3 100644 --- a/pages.it/common/git-status.md +++ b/pages.it/common/git-status.md @@ -1,6 +1,6 @@ # git status -> Mostra le modifiche ai file in un repository git. +> Mostra le modifiche ai file in un repository Git. > Elenca i file modificati, aggiunti e cancellati rispetto al commit corrente. > Maggiori informazioni: . diff --git a/pages.it/common/git-submodule.md b/pages.it/common/git-submodule.md index 62b69a693..292e4514e 100644 --- a/pages.it/common/git-submodule.md +++ b/pages.it/common/git-submodule.md @@ -7,11 +7,11 @@ `git submodule update --init --recursive` -- Aggiungi un repository git come modulo secondario: +- Aggiungi un repository Git come modulo secondario: `git submodule add {{url_repository}}` -- Aggiungi un repository git come modulo secondario alla cartella specificata: +- Aggiungi un repository Git come modulo secondario alla cartella specificata: `git submodule add {{url_repository}} {{percorso/alla/cartella}}` diff --git a/pages.it/common/git-subtree.md b/pages.it/common/git-subtree.md index ae832e242..bea58aeef 100644 --- a/pages.it/common/git-subtree.md +++ b/pages.it/common/git-subtree.md @@ -3,7 +3,7 @@ > Strumento per gestire le dipendenze di un progetto come progetti secondari. > Maggiori informazioni: . -- Aggiungi un repository git come albero secondario: +- Aggiungi un repository Git come albero secondario: `git subtree add --prefix={{percorso/alla/cartella/}} --squash {{url_repository}} {{master}}` diff --git a/pages.it/common/git-switch.md b/pages.it/common/git-switch.md index 46064350f..9c75b67d7 100644 --- a/pages.it/common/git-switch.md +++ b/pages.it/common/git-switch.md @@ -1,6 +1,6 @@ # git switch -> Passa ad altri rami. Richiede versioni di git successive alla 2.23. +> Passa ad altri rami. Richiede versioni di Git successive alla 2.23. > Vedi anche `git checkout`. > Maggiori informazioni: . diff --git a/pages.it/common/git-update-ref.md b/pages.it/common/git-update-ref.md index d2dbbad83..2dbe30ce6 100644 --- a/pages.it/common/git-update-ref.md +++ b/pages.it/common/git-update-ref.md @@ -1,6 +1,6 @@ # git update-ref -> Crea, aggiorna e cancella riferimenti git. +> Crea, aggiorna e cancella riferimenti Git. > Maggiori informazioni: . - Cancella un riferimento, utile per resettare il primo commit in modo soft: diff --git a/pages.it/common/git.md b/pages.it/common/git.md index 2a13d7949..ce5f69735 100644 --- a/pages.it/common/git.md +++ b/pages.it/common/git.md @@ -3,7 +3,7 @@ > Sistema di controllo versione distribuito. > Maggiori informazioni: . -- Controlla la versione di git: +- Controlla la versione di Git: `git --version` @@ -15,6 +15,6 @@ `git help {{command}}` -- Esegui un comando git: +- Esegui un comando Git: `git {{command}}` diff --git a/pages.pl/common/atom.md b/pages.pl/common/atom.md index 1f36c04ca..ab6fcbe15 100644 --- a/pages.pl/common/atom.md +++ b/pages.pl/common/atom.md @@ -24,6 +24,6 @@ `atom --foreground` -- Poczekaj na zamknięcie okna Atom przed powrotem (przydatne dla git commit editor): +- Poczekaj na zamknięcie okna Atom przed powrotem (przydatne dla Git commit editor): `atom --wait` diff --git a/pages.pl/common/tldr.md b/pages.pl/common/tldr.md index f2dceb212..d85b2f43c 100644 --- a/pages.pl/common/tldr.md +++ b/pages.pl/common/tldr.md @@ -12,6 +12,6 @@ `tldr -p {{linux}} {{tar}}` -- Uzyskaj pomoc dotyczącą komendy git: +- Uzyskaj pomoc dotyczącą komendy Git: `tldr {{git-checkout}}` diff --git a/pages.pt_BR/common/git-mv.md b/pages.pt_BR/common/git-mv.md index e2d4ec044..235486198 100644 --- a/pages.pt_BR/common/git-mv.md +++ b/pages.pt_BR/common/git-mv.md @@ -1,6 +1,6 @@ # git mv -> Move ou renomeia arquivos e atualiza o index do git. +> Move ou renomeia arquivos e atualiza o index do Git. > Mais informações: . - Move arquivos dentro de um repositório e adiciona no próximo commit: diff --git a/pages.ru/common/tldr.md b/pages.ru/common/tldr.md index e22f79d1e..2b5af8c0a 100644 --- a/pages.ru/common/tldr.md +++ b/pages.ru/common/tldr.md @@ -11,7 +11,7 @@ `tldr -p {{linux}} {{tar}}` -- Получить помощь по подкоманде git: +- Получить помощь по подкоманде Git: `tldr {{git-checkout}}` diff --git a/pages/common/atom.md b/pages/common/atom.md index 4a94669bb..bc92b0591 100644 --- a/pages/common/atom.md +++ b/pages/common/atom.md @@ -24,6 +24,6 @@ `atom --foreground` -- Wait for Atom window to close before returning (useful for git commit editor): +- Wait for Atom window to close before returning (useful for Git commit editor): `atom --wait` diff --git a/pages/common/bup.md b/pages/common/bup.md index cfd0fd884..0505e7667 100644 --- a/pages/common/bup.md +++ b/pages/common/bup.md @@ -1,6 +1,6 @@ # bup -> Backup system based on the git packfile format, providing incremental saves and global deduplication. +> Backup system based on the Git packfile format, providing incremental saves and global deduplication. > More information: . - Initialize a backup repository in the specified local directory: diff --git a/pages/common/chezmoi.md b/pages/common/chezmoi.md index 8410948f8..8900bbe6c 100644 --- a/pages/common/chezmoi.md +++ b/pages/common/chezmoi.md @@ -23,7 +23,7 @@ `chezmoi -v apply` -- Set chezmoi up on another machine by downloading existing dotfiles from a git repo: +- Set chezmoi up on another machine by downloading existing dotfiles from a Git repo: `chezmoi init {{https://example.com/path/to/repository.git}}` diff --git a/pages/common/delta.md b/pages/common/delta.md index 21dff5073..34474862d 100644 --- a/pages/common/delta.md +++ b/pages/common/delta.md @@ -1,6 +1,6 @@ # delta -> A viewer for git and diff output. +> A viewer for Git and diff output. > More information: . - Compare files or directories: @@ -15,7 +15,7 @@ `delta --side-by-side {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}` -- Compare files or directories, ignoring any git configuration settings: +- Compare files or directories, ignoring any Git configuration settings: `delta --no-gitconfig {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}` diff --git a/pages/common/git-annex.md b/pages/common/git-annex.md index 95e80d7f7..05bebcb4f 100644 --- a/pages/common/git-annex.md +++ b/pages/common/git-annex.md @@ -1,6 +1,6 @@ # git annex -> Manage files with git, without checking their contents in. +> Manage files with Git, without checking their contents in. > When a file is annexed, its content is moved into a key-value store, and a symlink is made that points to the content. > More information: . @@ -8,7 +8,7 @@ `git annex help` -- Initialize a repo with git annex: +- Initialize a repo with Git annex: `git annex init` diff --git a/pages/common/git-branch.md b/pages/common/git-branch.md index 6a046ce5f..dc8da7c90 100644 --- a/pages/common/git-branch.md +++ b/pages/common/git-branch.md @@ -1,6 +1,6 @@ # git branch -> Main git command for working with branches. +> Main Git command for working with branches. > More information: . - List local branches. The current branch is highlighted by `*`: diff --git a/pages/common/git-cat-file.md b/pages/common/git-cat-file.md index c734bb7d4..ce4766ecb 100644 --- a/pages/common/git-cat-file.md +++ b/pages/common/git-cat-file.md @@ -1,16 +1,16 @@ # git cat-file -> Provide content or type and size information for git repository objects. +> Provide content or type and size information for Git repository objects. > More information: . - Get the [s]ize of the HEAD commit in bytes: `git cat-file -s HEAD` -- Get the [t]ype (blob, tree, commit, tag) of a given git object: +- Get the [t]ype (blob, tree, commit, tag) of a given Git object: `git cat-file -t {{8c442dc3}}` -- Pretty-[p]rint the contents of a given git object based on its type: +- Pretty-[p]rint the contents of a given Git object based on its type: `git cat-file -p {{HEAD~2}}` diff --git a/pages/common/git-clean.md b/pages/common/git-clean.md index d675f612c..241bbb581 100644 --- a/pages/common/git-clean.md +++ b/pages/common/git-clean.md @@ -3,11 +3,11 @@ > Remove untracked files from the working tree. > More information: . -- Delete files that are not tracked by git: +- Delete files that are not tracked by Git: `git clean` -- Interactively delete files that are not tracked by git: +- Interactively delete files that are not tracked by Git: `git clean -i` @@ -15,11 +15,11 @@ `git clean --dry-run` -- Forcefully delete files that are not tracked by git: +- Forcefully delete files that are not tracked by Git: `git clean -f` -- Forcefully delete directories that are not tracked by git: +- Forcefully delete directories that are not tracked by Git: `git clean -fd` diff --git a/pages/common/git-config.md b/pages/common/git-config.md index 088ed969e..297851bd1 100644 --- a/pages/common/git-config.md +++ b/pages/common/git-config.md @@ -1,6 +1,6 @@ # git config -> Manage custom configuration options for git repositories. +> Manage custom configuration options for Git repositories. > These configurations can be local (for the current repository) or global (for the current user). > More information: . @@ -28,10 +28,10 @@ `git config --global --unset alias.unstage` -- Edit the git configuration for the current repository in the default editor: +- Edit the Git configuration for the current repository in the default editor: `git config --edit` -- Edit the global git configuration in the default editor: +- Edit the global Git configuration in the default editor: `git config --global --edit` diff --git a/pages/common/git-describe.md b/pages/common/git-describe.md index 202a0bbbe..2eeae9288 100644 --- a/pages/common/git-describe.md +++ b/pages/common/git-describe.md @@ -15,7 +15,7 @@ `git describe --all` -- Describe a git tag: +- Describe a Git tag: `git describe {{v1.0.0}}` diff --git a/pages/common/git-flow.md b/pages/common/git-flow.md index 836c2586e..e838aedc1 100644 --- a/pages/common/git-flow.md +++ b/pages/common/git-flow.md @@ -3,7 +3,7 @@ > A collection of Git extensions to provide high-level repository operations. > More information: . -- Initialize it inside an existing git repository: +- Initialize it inside an existing Git repository: `git flow init` diff --git a/pages/common/git-help.md b/pages/common/git-help.md index 47b6a94d8..7d056cd21 100644 --- a/pages/common/git-help.md +++ b/pages/common/git-help.md @@ -1,17 +1,17 @@ # git help -> Display help information about git. +> Display help information about Git. > More information: . -- Display help about a specific git subcommand: +- Display help about a specific Git subcommand: `git help {{subcommand}}` -- Display help about a specific git subcommand in a web browser: +- Display help about a specific Git subcommand in a web browser: `git help --web {{subcommand}}` -- Display a list of all available git subcommands: +- Display a list of all available Git subcommands: `git help --all` diff --git a/pages/common/git-imerge.md b/pages/common/git-imerge.md index 397b9ce09..a5dc65fea 100644 --- a/pages/common/git-imerge.md +++ b/pages/common/git-imerge.md @@ -1,6 +1,6 @@ # git-imerge -> Perform a merge or rebase between two git branches incrementally. +> Perform a merge or rebase between two Git branches incrementally. > Conflicts between branches are tracked down to pairs of individual commits, to simplify conflict resolution. > More information: . diff --git a/pages/common/git-init.md b/pages/common/git-init.md index 711cbe100..f829dad36 100644 --- a/pages/common/git-init.md +++ b/pages/common/git-init.md @@ -7,7 +7,7 @@ `git init` -- Initialize a repository using SHA256 for object hashes (requires git version 2.29+): +- Initialize a repository using SHA256 for object hashes (requires Git version 2.29+): `git init --object-format={{sha256}}` diff --git a/pages/common/git-log.md b/pages/common/git-log.md index e75d4ecc2..4f0604ae1 100644 --- a/pages/common/git-log.md +++ b/pages/common/git-log.md @@ -3,7 +3,7 @@ > Show a history of commits. > More information: . -- Show the sequence of commits starting from the current one, in reverse chronological order of the git repository in the current working directory: +- Show the sequence of commits starting from the current one, in reverse chronological order of the Git repository in the current working directory: `git log` diff --git a/pages/common/git-mv.md b/pages/common/git-mv.md index 5bd4ef4ea..746b5816b 100644 --- a/pages/common/git-mv.md +++ b/pages/common/git-mv.md @@ -1,6 +1,6 @@ # git mv -> Move or rename files and update the git index. +> Move or rename files and update the Git index. > More information: . - Move file inside the repo and add the movement to the next commit: diff --git a/pages/common/git-prune.md b/pages/common/git-prune.md index 30c9dd890..34450cc2f 100644 --- a/pages/common/git-prune.md +++ b/pages/common/git-prune.md @@ -1,10 +1,10 @@ # git prune > Git command for pruning all unreachable objects from the object database. -> This command is often not used directly but as an internal command that is used by git gc. +> This command is often not used directly but as an internal command that is used by Git gc. > More information: . -- Report what would be removed by git prune without removing it: +- Report what would be removed by Git prune without removing it: `git prune --dry-run` diff --git a/pages/common/git-repack.md b/pages/common/git-repack.md index e7b299fd5..e434cffeb 100644 --- a/pages/common/git-repack.md +++ b/pages/common/git-repack.md @@ -1,6 +1,6 @@ # git repack -> Pack unpacked objects in a git repository. +> Pack unpacked objects in a Git repository. > More information: . - Pack unpacked objects in the current directory: diff --git a/pages/common/git-reset.md b/pages/common/git-reset.md index 0d4af6222..e240a0e33 100644 --- a/pages/common/git-reset.md +++ b/pages/common/git-reset.md @@ -1,6 +1,6 @@ # git reset -> Undo commits or unstage changes, by resetting the current git HEAD to the specified state. +> Undo commits or unstage changes, by resetting the current Git HEAD to the specified state. > If a path is passed, it works as "unstage"; if a commit hash or branch is passed, it works as "uncommit". > More information: . diff --git a/pages/common/git-restore.md b/pages/common/git-restore.md index 44f3c0847..a615675b2 100644 --- a/pages/common/git-restore.md +++ b/pages/common/git-restore.md @@ -1,6 +1,6 @@ # git restore -> Restore working tree files. Requires git version 2.23+. +> Restore working tree files. Requires Git version 2.23+. > See also `git checkout` and `git reset`. > More information: . diff --git a/pages/common/git-show.md b/pages/common/git-show.md index 1bcd39092..4282e5a31 100644 --- a/pages/common/git-show.md +++ b/pages/common/git-show.md @@ -1,6 +1,6 @@ # git show -> Show various types of git objects (commits, tags, etc.). +> Show various types of Git objects (commits, tags, etc.). > More information: . - Show information about the latest commit (hash, message, changes, and other metadata): diff --git a/pages/common/git-status.md b/pages/common/git-status.md index 4088c962a..d243b6645 100644 --- a/pages/common/git-status.md +++ b/pages/common/git-status.md @@ -1,6 +1,6 @@ # git status -> Show the changes to files in a git repository. +> Show the changes to files in a Git repository. > Lists changed, added and deleted files compared to the currently checked-out commit. > More information: . diff --git a/pages/common/git-submodule.md b/pages/common/git-submodule.md index a8ffa6473..111237887 100644 --- a/pages/common/git-submodule.md +++ b/pages/common/git-submodule.md @@ -7,11 +7,11 @@ `git submodule update --init --recursive` -- Add a git repository as a submodule: +- Add a Git repository as a submodule: `git submodule add {{repository_url}}` -- Add a git repository as a submodule at the specified directory: +- Add a Git repository as a submodule at the specified directory: `git submodule add {{repository_url}} {{path/to/directory}}` diff --git a/pages/common/git-subtree.md b/pages/common/git-subtree.md index 59ecfc8ce..a41cf64d9 100644 --- a/pages/common/git-subtree.md +++ b/pages/common/git-subtree.md @@ -3,7 +3,7 @@ > Tool to manage project dependencies as subprojects. > More information: . -- Add a git repository as a subtree: +- Add a Git repository as a subtree: `git subtree add --prefix={{path/to/directory/}} --squash {{repository_url}} {{branch_name}}` diff --git a/pages/common/git-svn.md b/pages/common/git-svn.md index 6862d9aa2..bbd4a5937 100644 --- a/pages/common/git-svn.md +++ b/pages/common/git-svn.md @@ -15,7 +15,7 @@ `git svn rebase` -- Fetch updates from the remote SVN repository without changing the git HEAD: +- Fetch updates from the remote SVN repository without changing the Git HEAD: `git svn fetch` diff --git a/pages/common/git-switch.md b/pages/common/git-switch.md index 84c37638c..19914b4d9 100644 --- a/pages/common/git-switch.md +++ b/pages/common/git-switch.md @@ -1,6 +1,6 @@ # git switch -> Switch between git branches. Requires git version 2.23+. +> Switch between Git branches. Requires Git version 2.23+. > See also `git checkout`. > More information: . diff --git a/pages/common/git-update-ref.md b/pages/common/git-update-ref.md index 102599451..63a79b085 100644 --- a/pages/common/git-update-ref.md +++ b/pages/common/git-update-ref.md @@ -1,6 +1,6 @@ # git update-ref -> Git command for creating, updating, and deleting git refs. +> Git command for creating, updating, and deleting Git refs. > More information: . - Delete a ref, useful for soft resetting the first commit: diff --git a/pages/common/gitk.md b/pages/common/gitk.md index b046510d3..c0e6264f8 100644 --- a/pages/common/gitk.md +++ b/pages/common/gitk.md @@ -1,9 +1,9 @@ # gitk -> A graphical git repository browser. +> A graphical Git repository browser. > More information: . -- Show the repository browser for the current git repository: +- Show the repository browser for the current Git repository: `gitk` diff --git a/pages/common/gitsome.md b/pages/common/gitsome.md index 359616b77..bec712673 100644 --- a/pages/common/gitsome.md +++ b/pages/common/gitsome.md @@ -4,7 +4,7 @@ > It also provides menu-style autocomplete suggestions for `git` commands. > More information: . -- Enter the gitsome shell (optional), to enable autocompletion and interactive help for git (and gh) commands: +- Enter the gitsome shell (optional), to enable autocompletion and interactive help for Git (and gh) commands: `gitsome` diff --git a/pages/common/gopass.md b/pages/common/gopass.md index 4c78c0b9c..f5db18968 100644 --- a/pages/common/gopass.md +++ b/pages/common/gopass.md @@ -15,7 +15,7 @@ `gopass mounts` -- Mount a shared git store: +- Mount a shared Git store: `gopass mounts add {{store_name}} {{git_repo_url}}` diff --git a/pages/common/hub.md b/pages/common/hub.md index b68405cb5..bc4f012cc 100644 --- a/pages/common/hub.md +++ b/pages/common/hub.md @@ -1,6 +1,6 @@ # hub -> A wrapper for git that adds commands for working with GitHub-based projects. +> A wrapper for Git that adds commands for working with GitHub-based projects. > If set up as instructed by `hub alias`, one can use `git` to run `hub` commands. > More information: . diff --git a/pages/common/pass.md b/pages/common/pass.md index 05f3bc1d2..eecdafcfa 100644 --- a/pages/common/pass.md +++ b/pages/common/pass.md @@ -1,7 +1,7 @@ # pass > Tool for storing and reading passwords or other sensitive data. -> All data is GPG-encrypted, and managed with a git repository. +> All data is GPG-encrypted, and managed with a Git repository. > More information: . - Initialize (or re-encrypt) the storage using one or more GPG IDs: diff --git a/pages/common/tldr.md b/pages/common/tldr.md index 910f7ee27..6c7dd4a83 100644 --- a/pages/common/tldr.md +++ b/pages/common/tldr.md @@ -11,7 +11,7 @@ `tldr -p {{linux}} {{tar}}` -- Get help for a git subcommand: +- Get help for a Git subcommand: `tldr {{git-checkout}}` diff --git a/pages/common/transcrypt.md b/pages/common/transcrypt.md index b86eca53b..675252cb2 100644 --- a/pages/common/transcrypt.md +++ b/pages/common/transcrypt.md @@ -1,6 +1,6 @@ # transcrypt -> Transparently encrypt files within a git repository. +> Transparently encrypt files within a Git repository. > More information: . - Initialize an unconfigured repository: diff --git a/pages/common/vcsh.md b/pages/common/vcsh.md index a6f3a2e11..6847708a0 100644 --- a/pages/common/vcsh.md +++ b/pages/common/vcsh.md @@ -1,6 +1,6 @@ # vcsh -> Version Control System for the home directory using git repositories. +> Version Control System for the home directory using Git repositories. > More information: . - Initialize an (empty) repository: @@ -15,7 +15,7 @@ `vcsh list` -- Execute a git command on a managed repository: +- Execute a Git command on a managed repository: `vcsh {{repository_name}} {{git_command}}` diff --git a/pages/common/vela.md b/pages/common/vela.md index 6564bc013..8801cce46 100644 --- a/pages/common/vela.md +++ b/pages/common/vela.md @@ -3,7 +3,7 @@ > Command line tools for the Vela pipeline. > More information: . -- Trigger a pipeline to run from a git branch, commit or tag: +- Trigger a pipeline to run from a Git branch, commit or tag: `vela add deployment --org {{organization}} --repo {{repository_name}} --target {{environment}} --ref {{branch|commit|refs/tags/git_tag}} --description "{{deploy_description}}"` diff --git a/pages/linux/etckeeper.md b/pages/linux/etckeeper.md index f3ddb2898..0cc04b156 100644 --- a/pages/linux/etckeeper.md +++ b/pages/linux/etckeeper.md @@ -1,9 +1,9 @@ # etckeeper -> Track system configuration files in git. +> Track system configuration files in Git. > More information: . -- Set up a git repo and perform various setup tasks (run from /etc): +- Set up a Git repo and perform various setup tasks (run from /etc): `sudo etckeeper init` @@ -11,7 +11,7 @@ `sudo etckeeper commit {{message}}` -- Run arbitrary git commands: +- Run arbitrary Git commands: `sudo etckeeper vcs {{status}}` diff --git a/pages/linux/whereis.md b/pages/linux/whereis.md index 730aa9b54..304f23016 100644 --- a/pages/linux/whereis.md +++ b/pages/linux/whereis.md @@ -10,7 +10,7 @@ `whereis -bm {{ls}}` -- Locate source of gcc and man pages for git: +- Locate source of gcc and man pages for Git: `whereis -s {{gcc}} -m {{git}}` diff --git a/pages/osx/whereis.md b/pages/osx/whereis.md index f59c0180a..afcdb45cf 100644 --- a/pages/osx/whereis.md +++ b/pages/osx/whereis.md @@ -10,7 +10,7 @@ `whereis -bm {{ls}}` -- Locate source of gcc and man pages for git: +- Locate source of gcc and man pages for Git: `whereis -s {{gcc}} -m {{git}}`