Skip to content

Instantly share code, notes, and snippets.

@emgoeddel
Created October 31, 2014 21:11
Show Gist options
  • Save emgoeddel/b6b68d51a9d54a43db9f to your computer and use it in GitHub Desktop.
Save emgoeddel/b6b68d51a9d54a43db9f to your computer and use it in GitHub Desktop.
Global git configs
[alias]
cm = commit
co = checkout
br = branch
st = status
ss = stash save
[core]
editor = emacs -nw
[color]
status = auto
[user]
name = Lizzie Mamantov
email = mamantov@umich.edu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment