Skip to content

Instantly share code, notes, and snippets.

@jizhang
Last active March 6, 2018 09:10
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 jizhang/c461d0eead337fe56c4b to your computer and use it in GitHub Desktop.
Save jizhang/c461d0eead337fe56c4b to your computer and use it in GitHub Desktop.
alias gl='git log --graph --pretty=format:'\''%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\'' --abbrev-commit --date=relative'
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{py,go}]
indent_size = 4
syntax on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment