Copy config removing sensitive data
This commit is contained in:
parent
d15767a938
commit
490e0c86c5
89 changed files with 12214 additions and 0 deletions
16
gitconfig
Normal file
16
gitconfig
Normal file
|
@ -0,0 +1,16 @@
|
|||
[user]
|
||||
email = jonathan@lunarweb.co.uk
|
||||
name = Jonathan Hodgson
|
||||
[core]
|
||||
editor = vim
|
||||
[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^
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue