Skip to content

Instantly share code, notes, and snippets.

@Nithanaroy
Created November 21, 2017 22:35
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 Nithanaroy/6339d307aaaae0aad2074055fe5bc02d to your computer and use it in GitHub Desktop.
Save Nithanaroy/6339d307aaaae0aad2074055fe5bc02d to your computer and use it in GitHub Desktop.
Git Global Config
[alias]
co = checkout
c = commit
s = status
b = branch
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
type = cat-file -t
dump = cat-file -p
d = diff
a = add
l = log
[user]
name = Nitin Pasumarthy
email = nipasuma@linkedin.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment