Massive change to the structure of the tree.
This commit is contained in:
parent
2fc5f7a514
commit
c71934ed3b
137 changed files with 51 additions and 266 deletions
28
config/common/git/config
Normal file
28
config/common/git/config
Normal file
|
@ -0,0 +1,28 @@
|
|||
[alias]
|
||||
l = "!git log --graph --abbrev-commit --date=short --pretty=format:'%Cred%h%Creset %Cgreen%cr%Creset: %s : %C(bold blue)%an%Creset %C(yellow)%d%Creset'"
|
||||
[color]
|
||||
diff = auto
|
||||
status = auto
|
||||
branch = auto
|
||||
interactive = auto
|
||||
ui = auto
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[core]
|
||||
autocrlf = false
|
||||
pager = less -FRX
|
||||
[gpg]
|
||||
format = ssh
|
||||
[http]
|
||||
sslVerify = false
|
||||
[init]
|
||||
defaultBranch = master
|
||||
[pull]
|
||||
rebase = true
|
||||
[push]
|
||||
default = current
|
||||
[status]
|
||||
short = true
|
||||
|
||||
[include]
|
||||
path = ~/.local/config/git
|
4
config/common/git/ignore
Normal file
4
config/common/git/ignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
*~
|
||||
*.swp
|
||||
.DS_Store
|
||||
/nvim/.netrwhist
|
Loading…
Add table
Add a link
Reference in a new issue