rename git to Git

translation-badges
lucas schneider 2021-01-07 11:06:38 -03:00 committed by Starbeamrainbowlabs
parent 2ec5fb9d50
commit eef3712fc3
104 changed files with 149 additions and 149 deletions

View File

@ -80,7 +80,7 @@ as a guideline for current and future maintainers.
Be mindful of signs of fatigue (less enthusiastic responses, slower reactions), Be mindful of signs of fatigue (less enthusiastic responses, slower reactions),
and relax review standards if necessary — minor issues can always be fixed later. 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, If there's a single commit in the PR,
or if the multiple commits are not semantically independent changes, or if the multiple commits are not semantically independent changes,
use the `Squash and merge` method. use the `Squash and merge` method.

View File

@ -1,7 +1,7 @@
# pass # pass
> Programm zum speichern und lesen von Passwörtern und anderen empfindlichen Daten. > 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: <https://www.passwordstore.org>. > Mehr Informationen: <https://www.passwordstore.org>.
- Neuen oder bestehenden Speicher mit einer oder mehreren GPG IDs initialisieren oder neu verschlüsseln: - Neuen oder bestehenden Speicher mit einer oder mehreren GPG IDs initialisieren oder neu verschlüsseln:

View File

@ -1,6 +1,6 @@
# git branch # git branch
> Comando git principal para trabajar con ramas. > Comando Git principal para trabajar con ramas.
> Más información: <https://git-scm.com/docs/git-branch>. > Más información: <https://git-scm.com/docs/git-branch>.
- Muestra las ramas locales. La rama actual está resaltado por `*`: - Muestra las ramas locales. La rama actual está resaltado por `*`:

View File

@ -1,6 +1,6 @@
# git check-ignore # 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: <https://git-scm.com/docs/git-check-ignore>. > Más información: <https://git-scm.com/docs/git-check-ignore>.
- Comprueba si un archivo o directorio es ignorado: - Comprueba si un archivo o directorio es ignorado:

View File

@ -3,11 +3,11 @@
> Elimina archivos sin rastrear del árbol de trabajo. > Elimina archivos sin rastrear del árbol de trabajo.
> Más información: <https://git-scm.com/docs/git-clean>. > Más información: <https://git-scm.com/docs/git-clean>.
- Elimina archivos que no son rastreados por git: - Elimina archivos que no son rastreados por Git:
`git clean` `git clean`
- Elimina interactivamente archivos que no son rastreados por git: - Elimina interactivamente archivos que no son rastreados por Git:
`git clean -i` `git clean -i`
@ -15,11 +15,11 @@
`git clean --dry-run` `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` `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` `git clean -fd`

View File

@ -1,6 +1,6 @@
# git config # 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). > Esta configuración puede ser local (para el repositorio actual) o global (para el usuario actual).
> Más información: <https://git-scm.com/docs/git-config>. > Más información: <https://git-scm.com/docs/git-config>.

View File

@ -1,6 +1,6 @@
# git lfs # git lfs
> Herramienta para trabajar con archivos grandes en repositorios git. > Herramienta para trabajar con archivos grandes en repositorios Git.
> Más información: <https://git-lfs.github.com>. > Más información: <https://git-lfs.github.com>.
- Inicializa Git LFS: - Inicializa Git LFS:
@ -11,7 +11,7 @@
`git lfs track '{{*.bin}}'` `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}}` `git config -f .lfsconfig lfs.url {{url_del_punto_de_acceso_LFS}}`

View File

@ -1,6 +1,6 @@
# git mv # git mv
> Mueve o renombra archivos y actualiza el índice git. > Mueve o renombra archivos y actualiza el índice Git.
> Más información: <https://git-scm.com/docs/git-mv>. > Más información: <https://git-scm.com/docs/git-mv>.
- Mueve el archivo dentro del repositorio y añade el movimiento al siguiente commit: - Mueve el archivo dentro del repositorio y añade el movimiento al siguiente commit:

View File

@ -1,6 +1,6 @@
# git reset # 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. > 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: <https://git-scm.com/docs/git-reset>. > Más información: <https://git-scm.com/docs/git-reset>.

View File

@ -1,6 +1,6 @@
# git show # 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: <https://git-scm.com/docs/git-show>. > Más información: <https://git-scm.com/docs/git-show>.
- Muestra información sobre el último commit (mensaje, cambios y otros metadatos): - Muestra información sobre el último commit (mensaje, cambios y otros metadatos):

View File

@ -1,6 +1,6 @@
# git sizer # 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: <https://github.com/github/git-sizer>. > Más información: <https://github.com/github/git-sizer>.
- Reporta solo estadísticas que tienen un nivel de preocupación mayor que 0: - Reporta solo estadísticas que tienen un nivel de preocupación mayor que 0:

View File

@ -1,6 +1,6 @@
# git status # 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. > Indica los archivos cambiados, añadidos y eliminados comparándolos con el último commit.
> Más información: <https://git-scm.com/docs/git-status>. > Más información: <https://git-scm.com/docs/git-status>.

View File

@ -11,10 +11,10 @@
`git submodule add {{url_del_repositorio}}` `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}}` `git submodule add {{url_del_repositorio}} {{ruta/al/directorio}}`
- Actualiza cada submódulo a su último commit: - Actualiza cada submódulo a su último commit:
`git submodule foreach git pull` `git submodule foreach Git pull`

View File

@ -15,7 +15,7 @@
`git svn rebase` `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` `git svn fetch`

View File

@ -1,6 +1,6 @@
# git switch # 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`. > Véase también `git-checkout`.
> Más información: <https://git-scm.com/docs/git-switch/>. > Más información: <https://git-scm.com/docs/git-switch/>.

View File

@ -1,6 +1,6 @@
# git annex # 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. > 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: <https://git-annex.branchable.com>. > Plus d information: <https://git-annex.branchable.com>.
@ -8,7 +8,7 @@
`git annex help` `git annex help`
- Initialize le repo avec git annex : - Initialize le repo avec Git annex :
`git annex init` `git annex init`

View File

@ -1,6 +1,6 @@
# git branch # git branch
> Commande git principale pour travailler avec des branches. > Commande Git principale pour travailler avec des branches.
> Plus d'informations: <https://git-scm.com/docs/git-branch>. > Plus d'informations: <https://git-scm.com/docs/git-branch>.
- Liste les branches locale, prefixe la branche courrante avec `*` : - Liste les branches locale, prefixe la branche courrante avec `*` :

View File

@ -1,16 +1,16 @@
# git cat-file # 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: <https://git-scm.com/docs/git-cat-file>. > Plus d'informations: <https://git-scm.com/docs/git-cat-file>.
- Obtenir la taill [s] du commit HEAD en octets : - Obtenir la taill [s] du commit HEAD en octets :
`git cat-file -s HEAD` `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}}` `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}}` `git cat-file -p {{HEAD~2}}`

View File

@ -3,11 +3,11 @@
> Supprimer les fichiers non suivis du repertoire. > Supprimer les fichiers non suivis du repertoire.
> Plus d'informations: <https://git-scm.com/docs/git-clean>. > Plus d'informations: <https://git-scm.com/docs/git-clean>.
- Supprimer les fichiers non suivis par git : - Supprimer les fichiers non suivis par Git :
`git clean` `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` `git clean -i`
@ -15,11 +15,11 @@
`git clean --dry-run` `git clean --dry-run`
- Nettoyage forcé des fichiers non suivis par git : - Nettoyage forcé des fichiers non suivis par Git :
`git clean -f` `git clean -f`
- Nettoyage forcé des repertoires non suivis par git : - Nettoyage forcé des repertoires non suivis par Git :
`git clean -fd` `git clean -fd`

View File

@ -1,6 +1,6 @@
# git config # 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). > Ces configurations peuvent étre locales (pour le réferentiel courrant) ou globales (pour l utilisateur).
> Plus d'informations: <https://git-scm.com/docs/git-config>. > Plus d'informations: <https://git-scm.com/docs/git-config>.

View File

@ -15,7 +15,7 @@
`git describe --all` `git describe --all`
- Décrire un tag git : - Décrire un tag Git :
`git describe {{v1.0.0}}` `git describe {{v1.0.0}}`

View File

@ -1,6 +1,6 @@
# git difftool # 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: <https://git-scm.com/docs/git-difftool>. > Plus d'informations: <https://git-scm.com/docs/git-difftool>.
- Lister les outils de coparaison disponnible : - Lister les outils de coparaison disponnible :

View File

@ -1,9 +1,9 @@
# git flow # 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: <https://github.com/nvie/gitflow>. > Plus d'informations: <https://github.com/nvie/gitflow>.
- Initialiser dans un registre git existant : - Initialiser dans un registre Git existant :
`git flow init` `git flow init`

View File

@ -1,6 +1,6 @@
# git help # git help
> Afficher le manuel de git. > Afficher le manuel de Git.
> Plus d'informations: <https://git-scm.com/docs/git-help>. > Plus d'informations: <https://git-scm.com/docs/git-help>.
- Afficher le manuel d'une sous commande : - Afficher le manuel d'une sous commande :

View File

@ -1,9 +1,9 @@
# git init # git init
> Initialise un nouveau registre git. > Initialise un nouveau registre Git.
> Plus d'informations: <https://git-scm.com/docs/git-init>. > Plus d'informations: <https://git-scm.com/docs/git-init>.
- Initialise un nouveau registre git local : - Initialise un nouveau registre Git local :
`git init` `git init`

View File

@ -1,6 +1,6 @@
# git lfs # git lfs
> Travailler dans un registre git avec des fichiers volumineux. > Travailler dans un registre Git avec des fichiers volumineux.
> Plus d'informations: <https://git-lfs.github.com>. > Plus d'informations: <https://git-lfs.github.com>.
- Initialise le Git LFS : - Initialise le Git LFS :

View File

@ -3,7 +3,7 @@
> Afficher un historique de commits. > Afficher un historique de commits.
> Plus d'informations: <https://git-scm.com/docs/git-log>. > Plus d'informations: <https://git-scm.com/docs/git-log>.
- 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` `git log`

View File

@ -3,7 +3,7 @@
> Déplacer ou renomer des fichiers inscrits dans l'index. > Déplacer ou renomer des fichiers inscrits dans l'index.
> Plus d'informations: <https://git-scm.com/docs/git-mv>. > Plus d'informations: <https://git-scm.com/docs/git-mv>.
- 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}}` `git mv {{chemin/vers/fichier}} {{new/path/to/file}}`

View File

@ -1,6 +1,6 @@
# git repack # 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: <https://git-scm.com/docs/git-repack>. > Plus d'informations: <https://git-scm.com/docs/git-repack>.
- Empaqueter les objets décompressés dans le dépot courrant : - Empaqueter les objets décompressés dans le dépot courrant :

View File

@ -1,8 +1,8 @@
# git reset # git reset
> Enlève des commits ou des changements en réinitialisant la tête git à l'état spécifié. > 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 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. > Si un hash de commit est passé en paramètre, Git reset annule les commits jusqu'à ce dernier.
> Plus d'informations: <https://git-scm.com/docs/git-reset>. > Plus d'informations: <https://git-scm.com/docs/git-reset>.
- Tout enlever de la *zone de stage* : - Tout enlever de la *zone de stage* :

View File

@ -1,6 +1,6 @@
# git restore # 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`. > Voir aussi `git checkout`.
> Plus d'informations: <https://git-scm.com/docs/git-restore/>. > Plus d'informations: <https://git-scm.com/docs/git-restore/>.

View File

@ -1,6 +1,6 @@
# git show-ref # git show-ref
> commande git pour lister les références. > commande Git pour lister les références.
> Plus d'informations: <https://git-scm.com/docs/git-show-ref>. > Plus d'informations: <https://git-scm.com/docs/git-show-ref>.
- Affiche toutes les références dans le dépot : - Affiche toutes les références dans le dépot :

View File

@ -1,6 +1,6 @@
# git show # 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: <https://git-scm.com/docs/git-show>. > Plus d'informations: <https://git-scm.com/docs/git-show>.
- Afficher des informations sur le dernier commit (hachage, message, modifications et autres métadonnées) : - Afficher des informations sur le dernier commit (hachage, message, modifications et autres métadonnées) :

View File

@ -7,11 +7,11 @@
`git submodule update --init --recursive` `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}}` `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}}` `git submodule add {{repository_url}} {{chemin/vers/repertoire}}`

View File

@ -3,7 +3,7 @@
> Outil pour gérer les dépendances de projet en tant que sous-projets. > Outil pour gérer les dépendances de projet en tant que sous-projets.
> Plus d'informations: <https://manpages.debian.org/testing/git-man/git-subtree.1.en.html>. > Plus d'informations: <https://manpages.debian.org/testing/git-man/git-subtree.1.en.html>.
- 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}}` `git subtree add --prefix={{chemin/vers/repertoire/}} --squash {{repository_url}} {{master}}`

View File

@ -1,6 +1,6 @@
# git switch # 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`. > Voir egalement `git checkout`.
> Plus d'informations: <https://git-scm.com/docs/git-switch/>. > Plus d'informations: <https://git-scm.com/docs/git-switch/>.

View File

@ -1,6 +1,6 @@
# git update-index # git update-index
> Commande git pour manipuler l'index. > Commande Git pour manipuler l'index.
> Plus d'informations: <https://git-scm.com/docs/git-update-index>. > Plus d'informations: <https://git-scm.com/docs/git-update-index>.
- Prétendre qu'un fichier modifié est inchangé (`git status` ne l'affichera pas comme modifié) : - Prétendre qu'un fichier modifié est inchangé (`git status` ne l'affichera pas comme modifié) :

View File

@ -11,6 +11,6 @@
`tldr -p {{linux}} {{tar}}` `tldr -p {{linux}} {{tar}}`
- Prikaži pomoć za git potkomandu: - Prikaži pomoć za Git potkomandu:
`tldr {{git-checkout}}` `tldr {{git-checkout}}`

View File

@ -11,7 +11,7 @@
`tldr -p {{linux}} {{tar}}` `tldr -p {{linux}} {{tar}}`
- एक git उपकमांड के लिए सहायता प्राप्त करें: - एक Git उपकमांड के लिए सहायता प्राप्त करें:
`tldr {{git-checkout}}` `tldr {{git-checkout}}`

View File

@ -1,6 +1,6 @@
# git branch # git branch
> Perintah git utama untuk bekerja dengan cabang (*branch*). > Perintah Git utama untuk bekerja dengan cabang (*branch*).
> Informasi lebih lanjut: <https://git-scm.com/docs/git-branch>. > Informasi lebih lanjut: <https://git-scm.com/docs/git-branch>.
- Menampilkan daftar cabang lokal. Cabang saat ini ditandai oleh `*`: - Menampilkan daftar cabang lokal. Cabang saat ini ditandai oleh `*`:

View File

@ -1,6 +1,6 @@
# git status # 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. > Menmapilkan daftar perubahan , menambahkan dan menghapus file dibandingkan dengan komit yang saat ini di check-out.
> Informasi selengkapnya: <https://git-scm.com/docs/git-status>. > Informasi selengkapnya: <https://git-scm.com/docs/git-status>.

View File

@ -1,6 +1,6 @@
# bup # 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: <https://github.com/bup/bup>. > Maggiori informazioni: <https://github.com/bup/bup>.
- Inizializza una repository di backup nella directory locale specificata: - Inizializza una repository di backup nella directory locale specificata:

View File

@ -1,6 +1,6 @@
# git branch # git branch
> Il principale comando git per lavorare con i rami. > Il principale comando Git per lavorare con i rami.
> Maggiori informazioni: <https://git-scm.com/docs/git-branch>. > Maggiori informazioni: <https://git-scm.com/docs/git-branch>.
- Elenca i rami locali. Il ramo corrente è evidenziato da un `*`: - Elenca i rami locali. Il ramo corrente è evidenziato da un `*`:

View File

@ -1,16 +1,16 @@
# git cat-file # 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: <https://git-scm.com/docs/git-cat-file>. > Maggiori informazioni: <https://git-scm.com/docs/git-cat-file>.
- Mostra la dimen[s]ione del commit HEAD in byte: - Mostra la dimen[s]ione del commit HEAD in byte:
`git cat-file -s HEAD` `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}}` `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}}` `git cat-file -p {{HEAD~2}}`

View File

@ -3,11 +3,11 @@
> Elimina i file non tracciati dall'albero di lavoro. > Elimina i file non tracciati dall'albero di lavoro.
> Maggiori informazioni: <https://git-scm.com/docs/git-clean>. > Maggiori informazioni: <https://git-scm.com/docs/git-clean>.
- Elimina i file che non sono tracciati da git: - Elimina i file che non sono tracciati da Git:
`git clean` `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` `git clean -i`
@ -15,11 +15,11 @@
`git clean --dry-run` `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` `git clean -f`
- Forza l'eliminazione delle cartelle non tracciate da git: - Forza l'eliminazione delle cartelle non tracciate da Git:
`git clean -fd` `git clean -fd`

View File

@ -1,6 +1,6 @@
# git config # 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). > Le configurazioni possono essere sia locali (per il repository corrente) che globali (per l'utente corrente).
> Maggiori informazioni: <https://git-scm.com/docs/git-config>. > Maggiori informazioni: <https://git-scm.com/docs/git-config>.

View File

@ -1,6 +1,6 @@
# git describe # 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: <https://git-scm.com/docs/git-describe>. > Maggiori informazioni: <https://git-scm.com/docs/git-describe>.
- 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): - 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):

View File

@ -1,6 +1,6 @@
# git difftool # 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: <https://git-scm.com/docs/git-difftool>. > Maggiori informazioni: <https://git-scm.com/docs/git-difftool>.
- Elenca gli strumenti Diff disponibili: - Elenca gli strumenti Diff disponibili:

View File

@ -1,17 +1,17 @@
# git help # git help
> Mostra informazioni di aiuto su git. > Mostra informazioni di aiuto su Git.
> Maggiori informazioni: <https://git-scm.com/docs/git-help>. > Maggiori informazioni: <https://git-scm.com/docs/git-help>.
- Mostra aiuto per uno specifico sottocomando git: - Mostra aiuto per uno specifico sottocomando Git:
`git help {{sottocomando}}` `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}}` `git help --web {{sottocomando}}`
- Mostra un elenco dei sottocomandi git disponibili: - Mostra un elenco dei sottocomandi Git disponibili:
`git help --all` `git help --all`

View File

@ -1,6 +1,6 @@
# git-imerge # 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. > Eventuali conflitti tra i due rami sono tracciati in coppie di commit distinti, per semplificarne la risoluzione.
> Maggiori informazioni: <https://github.com/mhagger/git-imerge>. > Maggiori informazioni: <https://github.com/mhagger/git-imerge>.

View File

@ -1,6 +1,6 @@
# git merge # git merge
> Esegui un'unione (merge) tra due rami git. > Esegui un'unione (merge) tra due rami Git.
> Maggiori informazioni: <https://github.com/mhagger/git-merge>. > Maggiori informazioni: <https://github.com/mhagger/git-merge>.
- Avvia un'unione con il tuo ramo corrente: - Avvia un'unione con il tuo ramo corrente:

View File

@ -1,10 +1,10 @@
# git prune # git prune
> Elimina dal database degli oggetti quelli non più raggiungibili. > 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: <https://git-scm.com/docs/git-prune>. > Maggiori informazioni: <https://git-scm.com/docs/git-prune>.
- 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` `git prune --dry-run`

View File

@ -1,6 +1,6 @@
# git repack # git repack
> Comprimi gli oggetti decompressi in un repository git. > Comprimi gli oggetti decompressi in un repository Git.
> Maggiori informazioni: <https://git-scm.com/docs/git-repack>. > Maggiori informazioni: <https://git-scm.com/docs/git-repack>.
- Comprimi gli oggetti decompressi nella cartella corrente: - Comprimi gli oggetti decompressi nella cartella corrente:

View File

@ -1,6 +1,6 @@
# git restore # 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`. > Vedi anche `git checkout`.
> Maggiori informazioni: <https://git-scm.com/docs/git-restore/>. > Maggiori informazioni: <https://git-scm.com/docs/git-restore/>.

View File

@ -1,6 +1,6 @@
# git show # git show
> Mostra vari tipi di oggetti git (commit, tag, etc.). > Mostra vari tipi di oggetti Git (commit, tag, etc.).
> Maggiori informazioni: <https://git-scm.com/docs/git-show>. > Maggiori informazioni: <https://git-scm.com/docs/git-show>.
- Mostra informazioni sull'ultimo commit (hash, messaggio, modifiche, ed altri metadati): - Mostra informazioni sull'ultimo commit (hash, messaggio, modifiche, ed altri metadati):

View File

@ -1,6 +1,6 @@
# git status # 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. > Elenca i file modificati, aggiunti e cancellati rispetto al commit corrente.
> Maggiori informazioni: <https://git-scm.com/docs/git-status>. > Maggiori informazioni: <https://git-scm.com/docs/git-status>.

View File

@ -7,11 +7,11 @@
`git submodule update --init --recursive` `git submodule update --init --recursive`
- Aggiungi un repository git come modulo secondario: - Aggiungi un repository Git come modulo secondario:
`git submodule add {{url_repository}}` `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}}` `git submodule add {{url_repository}} {{percorso/alla/cartella}}`

View File

@ -3,7 +3,7 @@
> Strumento per gestire le dipendenze di un progetto come progetti secondari. > Strumento per gestire le dipendenze di un progetto come progetti secondari.
> Maggiori informazioni: <https://manpages.debian.org/testing/git-man/git-subtree.1.en.html>. > Maggiori informazioni: <https://manpages.debian.org/testing/git-man/git-subtree.1.en.html>.
- 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}}` `git subtree add --prefix={{percorso/alla/cartella/}} --squash {{url_repository}} {{master}}`

View File

@ -1,6 +1,6 @@
# git switch # 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`. > Vedi anche `git checkout`.
> Maggiori informazioni: <https://git-scm.com/docs/git-switch/>. > Maggiori informazioni: <https://git-scm.com/docs/git-switch/>.

View File

@ -1,6 +1,6 @@
# git update-ref # git update-ref
> Crea, aggiorna e cancella riferimenti git. > Crea, aggiorna e cancella riferimenti Git.
> Maggiori informazioni: <https://git-scm.com/docs/git-update-ref>. > Maggiori informazioni: <https://git-scm.com/docs/git-update-ref>.
- Cancella un riferimento, utile per resettare il primo commit in modo soft: - Cancella un riferimento, utile per resettare il primo commit in modo soft:

View File

@ -3,7 +3,7 @@
> Sistema di controllo versione distribuito. > Sistema di controllo versione distribuito.
> Maggiori informazioni: <https://git-scm.com/>. > Maggiori informazioni: <https://git-scm.com/>.
- Controlla la versione di git: - Controlla la versione di Git:
`git --version` `git --version`
@ -15,6 +15,6 @@
`git help {{command}}` `git help {{command}}`
- Esegui un comando git: - Esegui un comando Git:
`git {{command}}` `git {{command}}`

View File

@ -24,6 +24,6 @@
`atom --foreground` `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` `atom --wait`

View File

@ -12,6 +12,6 @@
`tldr -p {{linux}} {{tar}}` `tldr -p {{linux}} {{tar}}`
- Uzyskaj pomoc dotyczącą komendy git: - Uzyskaj pomoc dotyczącą komendy Git:
`tldr {{git-checkout}}` `tldr {{git-checkout}}`

View File

@ -1,6 +1,6 @@
# git mv # 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: <https://git-scm.com/docs/git-mv>. > Mais informações: <https://git-scm.com/docs/git-mv>.
- Move arquivos dentro de um repositório e adiciona no próximo commit: - Move arquivos dentro de um repositório e adiciona no próximo commit:

View File

@ -11,7 +11,7 @@
`tldr -p {{linux}} {{tar}}` `tldr -p {{linux}} {{tar}}`
- Получить помощь по подкоманде git: - Получить помощь по подкоманде Git:
`tldr {{git-checkout}}` `tldr {{git-checkout}}`

View File

@ -24,6 +24,6 @@
`atom --foreground` `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` `atom --wait`

View File

@ -1,6 +1,6 @@
# bup # 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: <https://github.com/bup/bup>. > More information: <https://github.com/bup/bup>.
- Initialize a backup repository in the specified local directory: - Initialize a backup repository in the specified local directory:

View File

@ -23,7 +23,7 @@
`chezmoi -v apply` `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}}` `chezmoi init {{https://example.com/path/to/repository.git}}`

View File

@ -1,6 +1,6 @@
# delta # delta
> A viewer for git and diff output. > A viewer for Git and diff output.
> More information: <https://github.com/dandavison/delta>. > More information: <https://github.com/dandavison/delta>.
- Compare files or directories: - Compare files or directories:
@ -15,7 +15,7 @@
`delta --side-by-side {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}` `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}}` `delta --no-gitconfig {{path/to/old_file_or_directory}} {{path/to/new_file_or_directory}}`

View File

@ -1,6 +1,6 @@
# git annex # 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. > 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: <https://git-annex.branchable.com>. > More information: <https://git-annex.branchable.com>.
@ -8,7 +8,7 @@
`git annex help` `git annex help`
- Initialize a repo with git annex: - Initialize a repo with Git annex:
`git annex init` `git annex init`

View File

@ -1,6 +1,6 @@
# git branch # git branch
> Main git command for working with branches. > Main Git command for working with branches.
> More information: <https://git-scm.com/docs/git-branch>. > More information: <https://git-scm.com/docs/git-branch>.
- List local branches. The current branch is highlighted by `*`: - List local branches. The current branch is highlighted by `*`:

View File

@ -1,16 +1,16 @@
# git cat-file # 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: <https://git-scm.com/docs/git-cat-file>. > More information: <https://git-scm.com/docs/git-cat-file>.
- Get the [s]ize of the HEAD commit in bytes: - Get the [s]ize of the HEAD commit in bytes:
`git cat-file -s HEAD` `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}}` `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}}` `git cat-file -p {{HEAD~2}}`

View File

@ -3,11 +3,11 @@
> Remove untracked files from the working tree. > Remove untracked files from the working tree.
> More information: <https://git-scm.com/docs/git-clean>. > More information: <https://git-scm.com/docs/git-clean>.
- Delete files that are not tracked by git: - Delete files that are not tracked by Git:
`git clean` `git clean`
- Interactively delete files that are not tracked by git: - Interactively delete files that are not tracked by Git:
`git clean -i` `git clean -i`
@ -15,11 +15,11 @@
`git clean --dry-run` `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` `git clean -f`
- Forcefully delete directories that are not tracked by git: - Forcefully delete directories that are not tracked by Git:
`git clean -fd` `git clean -fd`

View File

@ -1,6 +1,6 @@
# git config # 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). > These configurations can be local (for the current repository) or global (for the current user).
> More information: <https://git-scm.com/docs/git-config>. > More information: <https://git-scm.com/docs/git-config>.
@ -28,10 +28,10 @@
`git config --global --unset alias.unstage` `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` `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` `git config --global --edit`

View File

@ -15,7 +15,7 @@
`git describe --all` `git describe --all`
- Describe a git tag: - Describe a Git tag:
`git describe {{v1.0.0}}` `git describe {{v1.0.0}}`

View File

@ -3,7 +3,7 @@
> A collection of Git extensions to provide high-level repository operations. > A collection of Git extensions to provide high-level repository operations.
> More information: <https://github.com/nvie/gitflow>. > More information: <https://github.com/nvie/gitflow>.
- Initialize it inside an existing git repository: - Initialize it inside an existing Git repository:
`git flow init` `git flow init`

View File

@ -1,17 +1,17 @@
# git help # git help
> Display help information about git. > Display help information about Git.
> More information: <https://git-scm.com/docs/git-help>. > More information: <https://git-scm.com/docs/git-help>.
- Display help about a specific git subcommand: - Display help about a specific Git subcommand:
`git help {{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}}` `git help --web {{subcommand}}`
- Display a list of all available git subcommands: - Display a list of all available Git subcommands:
`git help --all` `git help --all`

View File

@ -1,6 +1,6 @@
# git-imerge # 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. > Conflicts between branches are tracked down to pairs of individual commits, to simplify conflict resolution.
> More information: <https://github.com/mhagger/git-imerge>. > More information: <https://github.com/mhagger/git-imerge>.

View File

@ -7,7 +7,7 @@
`git init` `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}}` `git init --object-format={{sha256}}`

View File

@ -3,7 +3,7 @@
> Show a history of commits. > Show a history of commits.
> More information: <https://git-scm.com/docs/git-log>. > More information: <https://git-scm.com/docs/git-log>.
- 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` `git log`

View File

@ -1,6 +1,6 @@
# git mv # git mv
> Move or rename files and update the git index. > Move or rename files and update the Git index.
> More information: <https://git-scm.com/docs/git-mv>. > More information: <https://git-scm.com/docs/git-mv>.
- Move file inside the repo and add the movement to the next commit: - Move file inside the repo and add the movement to the next commit:

View File

@ -1,10 +1,10 @@
# git prune # git prune
> Git command for pruning all unreachable objects from the object database. > 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: <https://git-scm.com/docs/git-prune>. > More information: <https://git-scm.com/docs/git-prune>.
- 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` `git prune --dry-run`

View File

@ -1,6 +1,6 @@
# git repack # git repack
> Pack unpacked objects in a git repository. > Pack unpacked objects in a Git repository.
> More information: <https://git-scm.com/docs/git-repack>. > More information: <https://git-scm.com/docs/git-repack>.
- Pack unpacked objects in the current directory: - Pack unpacked objects in the current directory:

View File

@ -1,6 +1,6 @@
# git reset # 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". > If a path is passed, it works as "unstage"; if a commit hash or branch is passed, it works as "uncommit".
> More information: <https://git-scm.com/docs/git-reset>. > More information: <https://git-scm.com/docs/git-reset>.

View File

@ -1,6 +1,6 @@
# git restore # 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`. > See also `git checkout` and `git reset`.
> More information: <https://git-scm.com/docs/git-restore/>. > More information: <https://git-scm.com/docs/git-restore/>.

View File

@ -1,6 +1,6 @@
# git show # git show
> Show various types of git objects (commits, tags, etc.). > Show various types of Git objects (commits, tags, etc.).
> More information: <https://git-scm.com/docs/git-show>. > More information: <https://git-scm.com/docs/git-show>.
- Show information about the latest commit (hash, message, changes, and other metadata): - Show information about the latest commit (hash, message, changes, and other metadata):

View File

@ -1,6 +1,6 @@
# git status # 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. > Lists changed, added and deleted files compared to the currently checked-out commit.
> More information: <https://git-scm.com/docs/git-status>. > More information: <https://git-scm.com/docs/git-status>.

View File

@ -7,11 +7,11 @@
`git submodule update --init --recursive` `git submodule update --init --recursive`
- Add a git repository as a submodule: - Add a Git repository as a submodule:
`git submodule add {{repository_url}}` `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}}` `git submodule add {{repository_url}} {{path/to/directory}}`

View File

@ -3,7 +3,7 @@
> Tool to manage project dependencies as subprojects. > Tool to manage project dependencies as subprojects.
> More information: <https://manpages.debian.org/testing/git-man/git-subtree.1.en.html>. > More information: <https://manpages.debian.org/testing/git-man/git-subtree.1.en.html>.
- 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}}` `git subtree add --prefix={{path/to/directory/}} --squash {{repository_url}} {{branch_name}}`

View File

@ -15,7 +15,7 @@
`git svn rebase` `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` `git svn fetch`

View File

@ -1,6 +1,6 @@
# git switch # git switch
> Switch between git branches. Requires git version 2.23+. > Switch between Git branches. Requires Git version 2.23+.
> See also `git checkout`. > See also `git checkout`.
> More information: <https://git-scm.com/docs/git-switch/>. > More information: <https://git-scm.com/docs/git-switch/>.

View File

@ -1,6 +1,6 @@
# git update-ref # git update-ref
> Git command for creating, updating, and deleting git refs. > Git command for creating, updating, and deleting Git refs.
> More information: <https://git-scm.com/docs/git-update-ref>. > More information: <https://git-scm.com/docs/git-update-ref>.
- Delete a ref, useful for soft resetting the first commit: - Delete a ref, useful for soft resetting the first commit:

View File

@ -1,9 +1,9 @@
# gitk # gitk
> A graphical git repository browser. > A graphical Git repository browser.
> More information: <https://git-scm.com/docs/gitk>. > More information: <https://git-scm.com/docs/gitk>.
- Show the repository browser for the current git repository: - Show the repository browser for the current Git repository:
`gitk` `gitk`

View File

@ -4,7 +4,7 @@
> It also provides menu-style autocomplete suggestions for `git` commands. > It also provides menu-style autocomplete suggestions for `git` commands.
> More information: <https://github.com/donnemartin/gitsome>. > More information: <https://github.com/donnemartin/gitsome>.
- 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` `gitsome`

View File

@ -15,7 +15,7 @@
`gopass mounts` `gopass mounts`
- Mount a shared git store: - Mount a shared Git store:
`gopass mounts add {{store_name}} {{git_repo_url}}` `gopass mounts add {{store_name}} {{git_repo_url}}`

View File

@ -1,6 +1,6 @@
# hub # 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. > If set up as instructed by `hub alias`, one can use `git` to run `hub` commands.
> More information: <https://hub.github.com>. > More information: <https://hub.github.com>.

View File

@ -1,7 +1,7 @@
# pass # pass
> Tool for storing and reading passwords or other sensitive data. > 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: <https://www.passwordstore.org>. > More information: <https://www.passwordstore.org>.
- Initialize (or re-encrypt) the storage using one or more GPG IDs: - Initialize (or re-encrypt) the storage using one or more GPG IDs:

View File

@ -11,7 +11,7 @@
`tldr -p {{linux}} {{tar}}` `tldr -p {{linux}} {{tar}}`
- Get help for a git subcommand: - Get help for a Git subcommand:
`tldr {{git-checkout}}` `tldr {{git-checkout}}`

View File

@ -1,6 +1,6 @@
# transcrypt # transcrypt
> Transparently encrypt files within a git repository. > Transparently encrypt files within a Git repository.
> More information: <https://github.com/elasticdog/transcrypt>. > More information: <https://github.com/elasticdog/transcrypt>.
- Initialize an unconfigured repository: - Initialize an unconfigured repository:

View File

@ -1,6 +1,6 @@
# vcsh # vcsh
> Version Control System for the home directory using git repositories. > Version Control System for the home directory using Git repositories.
> More information: <https://github.com/RichiH/vcsh>. > More information: <https://github.com/RichiH/vcsh>.
- Initialize an (empty) repository: - Initialize an (empty) repository:
@ -15,7 +15,7 @@
`vcsh list` `vcsh list`
- Execute a git command on a managed repository: - Execute a Git command on a managed repository:
`vcsh {{repository_name}} {{git_command}}` `vcsh {{repository_name}} {{git_command}}`

Some files were not shown because too many files have changed in this diff Show More