Last active
February 28, 2020 09:45
-
-
Save OMantere/764a9233c5fd25717622e1320661559e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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