Skip to content

Instantly share code, notes, and snippets.

@mislav
Created January 30, 2015 22:06
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mislav/e7910e6838c72743eb26 to your computer and use it in GitHub Desktop.
Save mislav/e7910e6838c72743eb26 to your computer and use it in GitHub Desktop.
My pristine git config
[user]
name = Mislav Marohnić
email = mislav.marohnic@gmail.com
[color]
ui = true
[push]
default = simple
[alias]
lg = log --graph --oneline --decorate
st = status -sb
@chriseppstein
Copy link

This is indispensable:

[alias]
serve = daemon --reuseaddr --base-path=. --export-all --verbose

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment