You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
868 B
25 lines
868 B
8 years ago
|
[user]
|
||
|
email = jonathan@lunarweb.co.uk
|
||
|
name = Jonathan Hodgson
|
||
|
[core]
|
||
|
editor = vim
|
||
7 years ago
|
excludesfile = ~/.dotfiles/git/global_gitignore
|
||
8 years ago
|
[status]
|
||
|
submoduleSummary = true
|
||
|
[alias]
|
||
|
#lol = log --graph --decorate --pretty=oneline --abbrev-commit
|
||
|
lol = log --graph --pretty=format:\"%C(yellow)%h %C(blue)%cd %C(green)%cn %C(white) - %s\" --date=format:\"%d/%m/%Y %H:%M:%S\"
|
||
|
#lola = log --graph --decorate --pretty=oneline --abbrev-commit --all
|
||
|
lola = log --graph --pretty=format:\"%C(yellow)%h %C(blue)%cd %C(green)%cn %C(white) - %s\" --date=format:\"%d/%m/%Y %H:%M:%S\" --all
|
||
|
ilog = recall
|
||
|
detach = "!git checkout $(git rev-parse HEAD)"
|
||
|
undo = reset --soft HEAD^
|
||
|
|
||
7 years ago
|
random-commit = "!git commit -m \"$(w3m whatthecommit.com | head -n 1)\""
|
||
|
|
||
7 years ago
|
[filter "lfs"]
|
||
|
process = git-lfs filter-process
|
||
|
required = true
|
||
|
clean = git-lfs clean -- %f
|
||
|
smudge = git-lfs smudge -- %f
|