Skip to content
On this page

An image

ray.so

List all developers on a project in Git

A command line for git to list all developers of a project.

sh
git log --pretty="%an %ae%n%cn %ce" | sort -u

Last updated: