Advertisement
Guest User

Untitled

a guest
May 29th, 2015
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. alias.chco=git diff --check && git commit
  2. alias.check=diff --check
  3. alias.lg=log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
  4. core.whitespace=trailing-space,space-before-tab
  5. core.editor=emacsclient -nw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement