Add git rev-list

pull/3/head
Yannic 2 years ago
parent ae83dbaf80
commit 298db96ed5

@ -44,6 +44,7 @@ Récupérer toutes les branches localement :
Rechercher dans toutes les branches :
git grep "the magic string" `git show-ref --heads`
git rev-list all | xargs git grep -F "the magic string"
La plupart des commandes peuvent être restreintes à un chemin de fichier :

Loading…
Cancel
Save