multiple pages: normalize "more information" labels (#5140)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# docker-build
|
||||
|
||||
> Construis une image à partir d'un Dockerfile.
|
||||
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/build/>.
|
||||
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/build/>.
|
||||
|
||||
- Construis une image Docker en utilisant le Dockerfile du répertoire courant :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# docker-compose
|
||||
|
||||
> Exécute et gère des applications au travers de plusieurs conteneurs Docker.
|
||||
> Plus d'informations : <https://docs.docker.com/compose/reference/overview/>.
|
||||
> Plus d'informations : <https://docs.docker.com/compose/reference/overview/>.
|
||||
|
||||
- Liste tous les conteneurs en cours d'exécution :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# docker container
|
||||
|
||||
> Gère les conteneurs Docker.
|
||||
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/container/>.
|
||||
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/container/>.
|
||||
|
||||
- Liste les conteneurs Dockers en cours d'exécution :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# docker
|
||||
|
||||
> Gestion des conteneurs et des images Docker.
|
||||
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/cli/>.
|
||||
> Plus d'informations : <https://docs.docker.com/engine/reference/commandline/cli/>.
|
||||
|
||||
- Liste les conteneurs Docker en cours d'exécution :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# ghdl
|
||||
|
||||
> Simulateur à source ouverte pour le langage VHDL.
|
||||
> Plus d'informations: <http://ghdl.free.fr>.
|
||||
> Plus d'informations : <http://ghdl.free.fr>.
|
||||
|
||||
- Analyse un fichier de source VHDL et génère un fichier objet :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Appliaquer des fichiers de path. Utile lorsque l on recoit des comits par email.
|
||||
> Voir aussi `git format-patch`, pour generer des ficheirs de patch.
|
||||
> Plus d informations: <https://git-scm.com/docs/git-am>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-am>.
|
||||
|
||||
- Appliquer un fichier de patch :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 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: <https://git-annex.branchable.com>.
|
||||
> Plus d'informations : <https://git-annex.branchable.com>.
|
||||
|
||||
- Aide :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git apply
|
||||
|
||||
> Applique un correctif a un fichier et/ou a l index.
|
||||
> Plus d informations: <https://git-scm.com/docs/git-apply>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-apply>.
|
||||
|
||||
- Afficher les messages a propos des fichiers corrigés :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git archive
|
||||
|
||||
> Cree une archive de fichiers depuis un branche donée.
|
||||
> Plus d informations: <https://git-scm.com/docs/git-archive>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-archive>.
|
||||
|
||||
- Crée une archive .tar avec le contenu de la HEAD et l'affiche sur la sortie stanard :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Utiliser une recherche binaire pour trouver le commit qui a introduit un bug.
|
||||
> Git saute automatiquement d'avant en arrière dans le graphe de commit pour isoler le commit défectueux.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-bisect>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-bisect>.
|
||||
|
||||
- Démarrez une dissection sur une plage de commit délimitée par un bug connu et un commit propre connu (généralement plus ancien) :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git blame
|
||||
|
||||
> Affiche le hash de commit et le dernier auteur de chaque ligne d un fichier.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-blame>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-blame>.
|
||||
|
||||
- Affiche le hash de commit et le nom de l auteur en face de chaque ligne :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git branch
|
||||
|
||||
> 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 `*` :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git bundle
|
||||
|
||||
> Empaquetez des objets et des références dans une archive.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-bundle>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-bundle>.
|
||||
|
||||
- Empaquetez tout les objets et les refferences d'une branche spécifiée :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git cat-file
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git check-ignore
|
||||
|
||||
> Analyser et déboguer les fichiers ignorés / exclus (".gitignore") de Git.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-check-ignore>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-check-ignore>.
|
||||
|
||||
- Verifie qu'un fichier ou repertoire est ignoré :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git checkout
|
||||
|
||||
> Extraire une branche ou des chemins vers l'arborescence de travail.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-checkout>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-checkout>.
|
||||
|
||||
- Créer une branche et basculer dessus :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Appliquer les modifications introduites par les commits existants à la branche actuelle.
|
||||
> Pour appliquer les changements a une autre branche, utiliser d'abord `git checkout` pour basculer sur la branche désirée.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-cherry-pick>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-cherry-pick>.
|
||||
|
||||
- Applique un commit à la branche courrante :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git cherry
|
||||
|
||||
> Rechercher des commits qui n'ont pas encore été appliqués en amont.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-cherry>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-cherry>.
|
||||
|
||||
- Afficher les commits (et leurs messages) avec des commits équivalents en amont :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git clean
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> 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: <https://git-scm.com/docs/git-config>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-config>.
|
||||
|
||||
- Liste les entrés de configurations locales (stockés dans `.git/config` du repertoire courrant) :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git diff
|
||||
|
||||
> Afficher les changements sur les fichiers suivis.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-diff>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-diff>.
|
||||
|
||||
- Afficher les changements sur les fichiers suvis :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# 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.
|
||||
> 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 :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git fetch
|
||||
|
||||
> Cherche les objets et réferences depuis un registre distant.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-fetch>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-fetch>.
|
||||
|
||||
- Cherche les dernières modifications du référentiel amont distant par défaut (si configuré) :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git flow
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Preparer des ficchiers de correctifs, utiles pour les envoyer par email.
|
||||
> Voir egalement `git am`, qui peut appliquer des fichiers de correctifs genérés.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-format-patch>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-format-patch>.
|
||||
|
||||
-Créer un fichier de correctif .patch nommé automatiquement pour tout les commits non poussés :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Vérifier la validité et la connectivité des nœuds dans un réferentiel Git.
|
||||
> N'applique ucune modification. Voir `git gc` pour nettoyer.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-fsck>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-fsck>.
|
||||
|
||||
- Verifier le registre courrant :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git gc
|
||||
|
||||
> Optimise le registre local en nettoyant les fichiers inutiles.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-gc>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-gc>.
|
||||
|
||||
- Optimise le registrey :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Rechercher une occurence de texte nomport ou dans l historique d un repository.
|
||||
> Comprends la plus-part des arguments que le `grep` classique.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-grep>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-grep>.
|
||||
|
||||
- Rechercher une occrence dans les fichiers suivis :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git help
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git ignore
|
||||
|
||||
> Génerer le fichier .gitignore depuis des templates prédéfinis.
|
||||
> Plus d'informations: <https://docs.gitignore.io/install/command-line>.
|
||||
> Plus d'informations : <https://docs.gitignore.io/install/command-line>.
|
||||
|
||||
- Lister les templates disponnibles :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Génerer un merge ou un rebase entre deux branches de maniére incrémentale.
|
||||
> Les conflits entre les branches sont suivis en paires de commits individuels, pour simplifier la résolution des conflits.
|
||||
> Plus d'informations: <https://github.com/mhagger/git-imerge>.
|
||||
> Plus d'informations : <https://github.com/mhagger/git-imerge>.
|
||||
|
||||
- Démarrer un i-merge rebase (se placer dans la branche a rebaser d'abord) :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git init
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git instaweb
|
||||
|
||||
> Outil pour le lancemend d'un serveur gitweb.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-instaweb>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-instaweb>.
|
||||
|
||||
- Démare un serveur gitweb depuis le repository courrant :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git lfs
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git log
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Commande Git pour répertorier les références dans un dépot distant en fonction du nom ou de l'URL.
|
||||
> Si aucun nom ou URL n'est donné, alors la branche amont configurée sera utilisée, ou l'origine distante si la première n'est pas configurée.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-ls-remote>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-ls-remote>.
|
||||
|
||||
- Afficher les références du dépot configuré par défaut :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git ls-tree
|
||||
|
||||
> Lister le contenu d'un arbre.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-ls-tree>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-ls-tree>.
|
||||
|
||||
- Lister le contenu de l'arbre dans la branche :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git merge
|
||||
|
||||
> Merge branches.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-merge>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-merge>.
|
||||
|
||||
- Merge une branche dans votre branche courrante :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git mergetool
|
||||
|
||||
> Executer un utilitaire de différences pour resoudre les conflits de merge.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-mergetool>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-mergetool>.
|
||||
|
||||
- Démarrer l'outil de différences par défaut :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git mv
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git notes
|
||||
|
||||
> Ajoute ou inspecte des notes d'objets.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-notes>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-notes>.
|
||||
|
||||
- Lister toutes les notes et leurs objets rattachés :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git push
|
||||
|
||||
> Pousse les commits vers un dépôt distant.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-push>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-push>.
|
||||
|
||||
- Envoie les changements locaux dans la branche courante vers sa contrepartie distante :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Rejoue les commits d'une branche par dessus une autre.
|
||||
> Communément utilisé pour dupliquer les commits d'une branche dans une autre, en créant de nouveaux commits dans la branche de destination.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-rebase>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-rebase>.
|
||||
|
||||
- Rejouer les commits de la branche courrante sur la branche master :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git reflog
|
||||
|
||||
> Affiche un log des changements locaux comme HEAD, tags et branches.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-reflog>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-reflog>.
|
||||
|
||||
- Afficher le reflog de HEAD :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git remote
|
||||
|
||||
> Organisation des dépots suivis ("remotes").
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-remote>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-remote>.
|
||||
|
||||
- Affiche les dépots existants, leur nom et url :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git repack
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git request-pull
|
||||
|
||||
> Générer une requête demandant au projet en amont d'inclure les modifications dans son arborescence.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-request-pull>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-request-pull>.
|
||||
|
||||
- Produire une requête résumant les changements entre la version v1.1 et le master :
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
> 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: <https://git-scm.com/docs/git-reset>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-reset>.
|
||||
|
||||
- Tout enlever de la *zone de stage* :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Restaurez les fichiers de l'arborescence de travail. Nécessite la version 2.23+ de Git.
|
||||
> Voir aussi `git checkout`.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-restore>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-restore>.
|
||||
|
||||
- Restaurer un fichier supprimé à partir du contenu du commit actuel (HEAD) :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git rev-list
|
||||
|
||||
> Liste les révisionts (commits) dans l'ordre chronologique inverse.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-rev-list>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-rev-list>.
|
||||
|
||||
- Lister tout les commits dans la branche courrante :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git rev-parse
|
||||
|
||||
> Afficher les métadonnées liées à des révisions spécifiques.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-rev-parse>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-rev-parse>.
|
||||
|
||||
- Afficher le hash de commit de la branche courrante :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git revert
|
||||
|
||||
> Créer un nouveau commit qui efface les changements du précedant.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-revert>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-revert>.
|
||||
|
||||
- Crée un commit qui annule les changements du dernier commit :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git rm
|
||||
|
||||
> Supprimer des fichiers de l'index, du dépot et du systéme de fichiers.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-rm>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-rm>.
|
||||
|
||||
- Supprimer un fichiers de l'index, du dépot et du systéme de fichiers :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Envoyer une collection de correctifs par email.
|
||||
> Les correctifs peuvent être spécifiés sous forme de fichiers, de directions ou de liste de révisions.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-send-email>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-send-email>.
|
||||
|
||||
- Envoyer le dernier commit de la branche courrante :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git shortlog
|
||||
|
||||
> Récapitule la sortie de `git log`.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-shortlog>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-shortlog>.
|
||||
|
||||
- Afficher un résumé de tous les commits effectués, regroupés par ordre alphabétique par nom d'auteur :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git show-branch
|
||||
|
||||
> Affiche les branches et leurs commits.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-show-branch>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-show-branch>.
|
||||
|
||||
- Affiche un resumé du dernier commit dans la branche :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git show-ref
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git show
|
||||
|
||||
> 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) :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git sizer
|
||||
|
||||
> Calcule diverses métriques de taille de dépot Git et vous alerte de tout ce qui pourrait causer des problèmes ou des inconvénients.
|
||||
> Plus d'informations: <https://github.com/github/git-sizer>.
|
||||
> Plus d'informations : <https://github.com/github/git-sizer>.
|
||||
|
||||
- Signaler uniquement les statistiques dont le niveau de préoccupation est supérieur à 0 :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Ajouter le contenu du fichier à la zone de préparation.
|
||||
> Synonym of `git add`.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-stage>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-stage>.
|
||||
|
||||
- Ajouter un fichier à l'index :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git stash
|
||||
|
||||
> Stocker les modifications Git locales dans une zone temporaire.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-stash>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-stash>.
|
||||
|
||||
- Stocker les changements courrants, sauf les fichiers non suivis :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Affiche les changements sur les fichiers dans la branche courrante.
|
||||
> Affiche les fichiers édités, deplacés, renomés, ajoutés, suprimés par rapport a la référence de la branche courrante.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-status>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-status>.
|
||||
|
||||
- Affiche les fichiers mofifiés qui n ont pas encore été ajoutés pour le commit :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git submodule
|
||||
|
||||
> Inspecter, metre a jour et manager des sous modules.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-submodule>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-submodule>.
|
||||
|
||||
- Installer un submodule depuis le dépot courrant :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git subtree
|
||||
|
||||
> 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 :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git svn
|
||||
|
||||
> Opération bidirectionnelle entre un référentiel Subversion et Git.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-svn>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-svn>.
|
||||
|
||||
- Cloner un dépot SVN :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Basculez entre les branches Git. Nécessite la version 2.23+ de Git.
|
||||
> Voir egalement `git checkout`.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-switch>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-switch>.
|
||||
|
||||
- Baculer sur une branche existante :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Créer, lister, verifier et suprimer des tags.
|
||||
> Un tag est une reférence statique vers un commit.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-tag>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-tag>.
|
||||
|
||||
- Lister tout les tags :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git update-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é) :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git update-ref
|
||||
|
||||
> Commande Git pour créer, mettre à jour et supprimer des références Git.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-update-ref>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-update-ref>.
|
||||
|
||||
- Supprimer une référence, utile pour la réinitialisation du premier commit :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# git worktree
|
||||
|
||||
> Gérez plusieurs arborescences de travail attachées au même dépot.
|
||||
> Plus d'informations: <https://git-scm.com/docs/git-worktree>.
|
||||
> Plus d'informations : <https://git-scm.com/docs/git-worktree>.
|
||||
|
||||
- Créer un nouveau sous arbre avec la branche spécifiée extraite dedans :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Outil en ligne de commande permettant d'assembler ou analyser des paquets TCP/IP.
|
||||
> Inspirer par la commande `ping`.
|
||||
> Pour plus d'informations: <http://www.hping.org>.
|
||||
> Plus d'informations : <http://www.hping.org>.
|
||||
|
||||
- Ping localhost via TCP:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# jekyll
|
||||
|
||||
> Générateur de site statique simple et convenable aux blogs.
|
||||
> Plus d'informations: <https://jekyllrb.com>.
|
||||
> Plus d'informations : <https://jekyllrb.com>.
|
||||
|
||||
- Génère un serveur de développement qui tourne au http://localhost:4000/ :
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
# lua
|
||||
|
||||
> Un langage de programmation puissant, léger, et convenable aux
|
||||
> Un langage de programmation puissant, léger, et convenable aux
|
||||
systèmes embarqués.
|
||||
> Plus d'informations: <https://www.lua.org>.
|
||||
> Plus d'informations : <https://www.lua.org>.
|
||||
|
||||
- Démarre une session de commandes intéractive Lua :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# matlab
|
||||
|
||||
> Environnement de calcul numérique créé par MathWorks.
|
||||
> Plus d'informations: <https://fr.mathworks.com/help/matlab/>.
|
||||
> Plus d'informations : <https://fr.mathworks.com/help/matlab/>.
|
||||
|
||||
- Lance MATLAB sans afficher l'écran de démarrage :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Midnight Commander, gestionnaire de fichiers à base de console.
|
||||
> La navigation dans les répertoires se fait à l'aide des touches directionnelles ou la souris, ou bien en tapant des commandes dans la console.
|
||||
> Plus d'informations: <https://midnight-commander.org>
|
||||
> Plus d'informations : <https://midnight-commander.org>
|
||||
|
||||
- Démarre `mc` :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# nano
|
||||
|
||||
> Éditeur de texte simple et convivial. C'est un clone libre et amélioré de Pico.
|
||||
> Plus amples informations: <https://nano-editor.org>.
|
||||
> Plus d'informations : <https://nano-editor.org>.
|
||||
|
||||
- Ouvre un fichier:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pip
|
||||
|
||||
> Gestionnaire des paquets pour Python.
|
||||
> Plus d'informations: <https://pip.pypa.io>.
|
||||
> Plus d'informations : <https://pip.pypa.io>.
|
||||
|
||||
- Installe un paquet :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pip3
|
||||
|
||||
> Gestionnaire des paquets pour Python.
|
||||
> Plus d'informations: <https://pip.pypa.io>.
|
||||
> Plus d'informations : <https://pip.pypa.io>.
|
||||
|
||||
- Recherche un paquet :
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Workflow de développement simple et unifié pour Python.
|
||||
> Gère les paquets et l'environnement virtuel d'un projet.
|
||||
> Plus d'informations: <https://pypi.org/project/pipenv>.
|
||||
> Plus d'informations : <https://pypi.org/project/pipenv>.
|
||||
|
||||
- Crée un nouveau projet :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# r
|
||||
|
||||
> Interpréteur pour la langue R.
|
||||
> Plus amples informatons: <https://www.r-project.org>.
|
||||
> Plus d'informations : <https://www.r-project.org>.
|
||||
|
||||
- Démarre une session de commande R (REPL):
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Vim (Vi IMproved), un editeur de texte en ligne de commandes, fournit plusieurs modes pour differentes manipulations de texte.
|
||||
> Pressez `i` pour passer en mode édition. `<Esc>` revient au mode normal, qui ne permet pas l insertion de code.
|
||||
> Plus d informations: <https://www.vim.org>.
|
||||
> Plus d'informations : <https://www.vim.org>.
|
||||
|
||||
- Ouvrir un fichier :
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# zopflipng
|
||||
|
||||
> Utilitaire de compression d'images PNG.
|
||||
> Plus informations : <https://github.com/google/zopfli>.
|
||||
> Plus d'informations : <https://github.com/google/zopfli>.
|
||||
|
||||
- Optimise une imahe PNG :
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
# flameshot
|
||||
# flameshot
|
||||
|
||||
> Outil de capture d'écran avec une interface graphique.
|
||||
> Ajoute du texte, des formes, des couleurs et envoie à imgur.
|
||||
> Plus d'information: <https://flameshot.js.org>.
|
||||
> Plus d'informations : <https://flameshot.js.org>.
|
||||
|
||||
- Lancez Flameshot en mode graphique:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# iwctl
|
||||
|
||||
> Un outil de ligne de commande pour gèrer iwd.
|
||||
> Plus d'informations: <https://iwd.wiki.kernel.org/gettingstarted>.
|
||||
> Plus d'informations : <https://iwd.wiki.kernel.org/gettingstarted>.
|
||||
|
||||
- Lancer le mode interactif, dans ce mode vous pouvez entrer les commandes directement, avec de l'autocompletion:
|
||||
|
||||
|
Reference in New Issue
Block a user