“Git Log Find pelo usuário” Respostas de código

Verifique o user git shell

git config -l
git config user.name
git config user.email
Ghaith Alzin

Como verificar o usuário do Git atual

To know the username, type:

git config user.name

To know the email, type:

git config user.email
Angry Anteater

Git Log Find pelo usuário

git log --author="Jon"
stacklord

Respostas semelhantes a “Git Log Find pelo usuário”

Perguntas semelhantes a “Git Log Find pelo usuário”

Mais respostas relacionadas para “Git Log Find pelo usuário” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código