Skip to content

Instantly share code, notes, and snippets.

@viruschidai
Last active December 17, 2015 23:19
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 viruschidai/5688737 to your computer and use it in GitHub Desktop.
Save viruschidai/5688737 to your computer and use it in GitHub Desktop.
my git config
[user]
name = Bill Gao
email = viruschidai@gmail.com
[core]
excludesfile = /home/billg/.gitignore
editor = vim
[color]
ui = true
[giggle]
main-window-maximized = true
main-window-geometry = 700x550+358+231
history-view-vpane-position = 903
file-view-vpane-position = 949
main-window-view = FileView
[alias]
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
plog = log --pretty=format:\"%h - %an, %ar : %s\"
[rerere]
enabled = true
[rebase]
autosquash = true
[credential]
helper = cache --timeout 360000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment