Skip to content

Instantly share code, notes, and snippets.

@makzan
Last active December 28, 2015 04:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save makzan/660df825a9060247d57c to your computer and use it in GitHub Desktop.
Save makzan/660df825a9060247d57c to your computer and use it in GitHub Desktop.
Git config for my c9 IDE
[user]
name = Thomas Seng Hin Mak
email = mak@makzan.net
[core]
editor = nano
whitespace = off
excludesfile = ~/.gitignore
[advice]
statusuoption = false
[color]
ui = true
[push]
default = simple
[alias]
st = status
di = diff
ci = commit
br = branch
llog = log --date=local
lg = log --all --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
ll = log --all --oneline --graph --decorate --color
s = status -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment