Add git rev-list
This commit is contained in:
parent
ae83dbaf80
commit
298db96ed5
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue