Skip to content

Instantly share code, notes, and snippets.

@OMantere
Last active February 28, 2020 09:45
Show Gist options
  • Save OMantere/764a9233c5fd25717622e1320661559e to your computer and use it in GitHub Desktop.
Save OMantere/764a9233c5fd25717622e1320661559e to your computer and use it in GitHub Desktop.
[core]
fileMode = false
[user]
email = [email protected]
name = Oskari Mantere
[push]
default = current
[github]
user = OMantere
[alias]
ci = commit
ca = commit -a
cam = commit -a --amend
co = checkout
st = status
br = branch
l = log
ctags = !.git/hooks/ctags
g = grep --break --heading --line-number
lol = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[color]
ui = auto
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment