fix - changed the terminal conf to docker

This commit is contained in:
bumpsoo 2025-02-10 14:12:52 +00:00
parent f09bf576c4
commit 29228057f6
11 changed files with 111 additions and 66 deletions

17
personal.gitconfig Normal file
View file

@ -0,0 +1,17 @@
[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
[core]
editor = nvim
[user]
name = bumpsoo
email = bumpsoo063@protonmail.ch