Skip to content

Instantly share code, notes, and snippets.

View tamirs9876's full-sized avatar

Tamir Shlomi tamirs9876

View GitHub Profile
@tamirs9876
tamirs9876 / git-commit-log-stats.md
Last active November 1, 2020 17:11 — forked from eyecatchup/git-commit-log-stats.md
Some commands to get git commit log statistics for a repository on the command line.

git commit stats

Commands to get commit statistics for a Git repository from the command line -
using git log, git shortlog and friends.




using System;
using System.Threading.Tasks;
namespace ConsoleApp3
{
static class Test
{
private static readonly object Locker = new object();
static Test()