mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
git-shortlog: merge option placeholders (#22107)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
- Muestra todos los usuarios, correos electrónicos y número de confirmaciones en la rama actual:
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}}`
|
||||
|
||||
- Muestra todos los usuarios, correos electrónicos y número de confirmaciones en todas las ramas:
|
||||
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
- Afficher tout les utilisateurs, emails et le nombre de commits dans la branche :
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}}`
|
||||
|
||||
- Afficher tout les utilisateurs, emails et le nombre de commits dans toutes les branches :
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}} --all`
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
- Mostra tutti gli utenti, email e numero di commit nel ramo corrente:
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}}`
|
||||
|
||||
- Mostra tutti gli utenti, email e numero di commit in tutti i rami:
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}} --all`
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
- 현재 브랜치에서 모든 사용자, 이메일 및 커밋 수 요약 보기:
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}}`
|
||||
|
||||
- 모든 브랜치에서 모든 사용자, 이메일 및 커밋 수 요약 보기:
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}} --all`
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
- Mevcut daldaki tüm kullanıcıları, e-postalarını ve yaptıkları commit sayısını göster:
|
||||
|
||||
`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}}`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}}`
|
||||
|
||||
- Tüm dallardaki tüm kullanıcıları, e-postalarını ve yaptıkları commit sayısını göster:
|
||||
|
||||
`git shortlog {{-s|--summary}} {{-n|--numbered}} {{-e|--email}} --all`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}} --all`
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
|
||||
- View all users, emails, and the number of commits in the current branch:
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}}`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}}`
|
||||
|
||||
- View all users, emails, and the number of commits in all branches:
|
||||
|
||||
`git shortlog {{[-s|--summary]}} {{[-n|--numbered]}} {{[-e|--email]}} --all`
|
||||
`git shortlog {{[-sne|--summary --numbered --email]}} --all`
|
||||
|
||||
Reference in New Issue
Block a user