Skip to content

Instantly share code, notes, and snippets.

@ragurney
ragurney / cloudSettings
Last active July 16, 2021 19:34
Visual Studio Code Settings Sync Gist
{"lastUpload":"2021-07-16T19:34:47.369Z","extensionVersion":"v3.4.3"}

Keybase proof

I hereby claim:

  • I am ragurney on github.
  • I am rygurney (https://keybase.io/rygurney) on keybase.
  • I have a public key ASCCJI_3w4mFFmy2lRyUOq1ZsT-9FLr2fmwtGzvhTm9zIwo

To claim this, I am signing this object:

@ragurney
ragurney / gitsetup.md
Last active September 29, 2016 23:54

Github Alias and Autosquash

[alias]
    lg = !"git lg1"
    lg1 = !"git lg1-specific --all"
    lg2 = !"git lg2-specific --all"
    lg3 = !"git lg3-specific --all"

    lg1-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)'