fix - changed the terminal conf to docker
This commit is contained in:
parent
f09bf576c4
commit
29228057f6
11 changed files with 111 additions and 66 deletions
19
.gitconfig
19
.gitconfig
|
|
@ -1,19 +0,0 @@
|
|||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[alias]
|
||||
logs = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit
|
||||
co = checkout
|
||||
br = branch
|
||||
|
||||
[user]
|
||||
useConfigOnly = true
|
||||
|
||||
[includeIf "gitdir:~/work/"]
|
||||
path = ~/work/.gitconfig
|
||||
|
||||
[includeIf "gitdir:~/personal/"]
|
||||
path = ~/personal/.gitconfig
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
Loading…
Add table
Add a link
Reference in a new issue