Skip to content

Instantly share code, notes, and snippets.

View chasms's full-sized avatar

Charles Samuels chasms

View GitHub Profile

Keybase proof

I hereby claim:

  • I am chasms on github.
  • I am chasms (https://keybase.io/chasms) on keybase.
  • I have a public key ASDCfLYthdwhsziYCdR_zBSU54UH4GGWW0rWIeT5pf9_1Ao

To claim this, I am signing this object:

@chasms
chasms / git-by-date.sh
Created September 18, 2019 19:24
Get all commits in the working git branch by date
#!/bin/bash
BLACK="\x1B[30m"
RED="\x1B[31m"
GREEN="\x1B[32m"
YELLOW="\x1B[33m"
BLUE="\x1B[34m"
CYAN="\x1B[36m"
RESET_COLOR="\x1B[0m"