Skip to content

Instantly share code, notes, and snippets.

@simesy
Created September 29, 2016 08:08
Show Gist options
  • Select an option

  • Save simesy/8fd0cf766119c96849ef80478307b16e to your computer and use it in GitHub Desktop.

Select an option

Save simesy/8fd0cf766119c96849ef80478307b16e to your computer and use it in GitHub Desktop.
[user]
email = [email protected]
name = Joe Bloggs
[push]
default = simple
[alias]
co = checkout
br = branch
ci = commit
st = status
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[core]
excludesfile = ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment