Skip to content

Instantly share code, notes, and snippets.

@cmarshall
Created November 16, 2009 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cmarshall/236112 to your computer and use it in GitHub Desktop.
Save cmarshall/236112 to your computer and use it in GitHub Desktop.
Some Git Default Configs
[alias]
slog = log --oneline
flog = log --name-only --relative-date --abbrev-commit
resetdb = checkout -f resources/db_modules.php
acom = commit -a
[push]
default = matching
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment