Skip to content

Instantly share code, notes, and snippets.

@MehulATL
Created October 22, 2014 19:35
Show Gist options
  • Save MehulATL/6f644f2f430edcb36c98 to your computer and use it in GitHub Desktop.
Save MehulATL/6f644f2f430edcb36c98 to your computer and use it in GitHub Desktop.
git config
[user]
name = Mehul Patel
email = [email protected]
[color]
ui = true
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
type = cat-file -t
dump = cat-file -p
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment