Skip to content

Instantly share code, notes, and snippets.

@spsneo
Created July 16, 2018 14:49
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 spsneo/965caa112678a3e9ac6e0938ad118d0d to your computer and use it in GitHub Desktop.
Save spsneo/965caa112678a3e9ac6e0938ad118d0d to your computer and use it in GitHub Desktop.
Gitconfig
[user]
name = Siddharth Prakash Singh
email = spsneo@gmail.com
[core]
editor = vi
[color]
ui = true
[alias]
tags = tag -l --sort=v:refname -n99
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment