Skip to content
View metrofx's full-sized avatar
Block or Report

Block or report metrofx

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. audio-transcript audio-transcript Public

    Python 1

  2. Pretty git log, displays 20 last com... Pretty git log, displays 20 last commits.
    1
    #!/bin/sh
    2
    git --no-pager log -n 20 --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative