fatal: this commit has no parent
This commit is contained in:
commit
f7be401dda
12 changed files with 1843 additions and 0 deletions
2
config/git/.gitignore
vendored
Normal file
2
config/git/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
# gitk settings do not matter
|
||||
gitk
|
15
config/git/config
Normal file
15
config/git/config
Normal file
|
@ -0,0 +1,15 @@
|
|||
[user]
|
||||
name = Grigory Shipunov
|
||||
email = blame@oxapentane.com
|
||||
signingkey = 4C3CD96ED78251532AB5500AC688AC5B60F7A3A5
|
||||
[color]
|
||||
ui = auto
|
||||
[merege]
|
||||
conflictstyle = diff3
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[credential]
|
||||
helper = cache --timeout 28800
|
||||
[alias]
|
||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
diffw = diff --word-diff=color
|
Loading…
Add table
Add a link
Reference in a new issue