Skip to content

Instantly share code, notes, and snippets.

@ishitcno1
Created January 22, 2015 03:29
Show Gist options
  • Save ishitcno1/a8829d4cf8220de93819 to your computer and use it in GitHub Desktop.
Save ishitcno1/a8829d4cf8220de93819 to your computer and use it in GitHub Desktop.
git config
[core]
editor = vim
[push]
default = simple
[alias]
aa = add -A
b = branch
c = checkout
l = log
m = commit
mm = commit -m
ma = commit --amend
s = status
[user]
email = [email protected]
name = ishitcno1
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment