Skip to content

Instantly share code, notes, and snippets.

@ishtiaque05
Created July 15, 2017 10:10
Show Gist options
  • Save ishtiaque05/ef414cef10987ef0b74ea2d83435f530 to your computer and use it in GitHub Desktop.
Save ishtiaque05/ef414cef10987ef0b74ea2d83435f530 to your computer and use it in GitHub Desktop.
[alias]
# list all aliases
la = "!git config -l | grep alias | cut -c 7-"
lg = log --graph --pretty=format:'%Cred%h%Creset %C(bold blue)%an%C(reset) - %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
ls = log --pretty=format:'%Cred%h%Creset %C(bold blue)%an%C(reset) - %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
st = status
br = branch -v
co = checkout
cs = commit -S
[push]
default = simple
[core]
excludesfile = ~/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment