Skip to content

Instantly share code, notes, and snippets.

View tjanovsky's full-sized avatar

Tomas Janovsky tjanovsky

  • Prague, Czech Republic
View GitHub Profile
@tjanovsky
tjanovsky / git-commit-log-stats.md
Created October 18, 2018 13:52 — 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.




#!/bin/bash
# Source: http://toomuchdata.com/2012/06/25/how-to-install-python-2-7-3-on-centos-6-2/
# Install stuff #
#################
# Install development tools and some misc. necessary packages
yum -y groupinstall "Development tools"
yum -y install zlib-devel # gen'l reqs