Skip to content

Instantly share code, notes, and snippets.

@clayball
Created January 12, 2018 16:11
Show Gist options
  • Select an option

  • Save clayball/bc424f91967e827e02421cf1e6410a0e to your computer and use it in GitHub Desktop.

Select an option

Save clayball/bc424f91967e827e02421cf1e6410a0e to your computer and use it in GitHub Desktop.

Git aliases that I have found to be indispensable

Add to ~/.gitconfig wherever you use Git.

[alias]
    co = checkout
    st = status
    br = branch
    lg = log --oneline --topo-order --graph --pretty=graph

[color]
    ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment