“Git log Buscar por usuario” Código de respuesta

Verifique el registro en el usuario Git Shell

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

Cómo verificar el usuario actual de GIT

To know the username, type:

git config user.name

To know the email, type:

git config user.email
Angry Anteater

Git log Buscar por usuario

git log --author="Jon"
stacklord

Respuestas similares a “Git log Buscar por usuario”

Preguntas similares a “Git log Buscar por usuario”

Más respuestas relacionadas con “Git log Buscar por usuario” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código