Skip to content

Instantly share code, notes, and snippets.

@ntrepid8
Last active March 8, 2017 22:24
Show Gist options
  • Save ntrepid8/a5ae2f0ad2609914a0b58b66b8c5572b to your computer and use it in GitHub Desktop.
Save ntrepid8/a5ae2f0ad2609914a0b58b66b8c5572b to your computer and use it in GitHub Desktop.
Git config file with useful aliases
[alias]
co = checkout
ci = commit
st = status
br = branch
s = status
ls = branch --sort=committerdate
lsa = branch --list --sort=committerdate --all
lsr = branch --list --sort=committerdate --remotes
f = fetch
fa = fetch --all
[push]
default = simple
[user]
email = [email protected]
name = Josh Austin
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment