Skip to content

Instantly share code, notes, and snippets.

@tsycho
Created January 3, 2016 16:48
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 tsycho/7b14ff85e47c0a4f56c6 to your computer and use it in GitHub Desktop.
Save tsycho/7b14ff85e47c0a4f56c6 to your computer and use it in GitHub Desktop.
My .gitconfig
[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
[mergetool]
keepBackup = false
[user]
name = Asif Sheikh
email =
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment