1
0

more refinement

This commit is contained in:
2025-03-31 20:18:34 +02:00
parent cfb96ceb85
commit 7c500df9f3
17 changed files with 363 additions and 110 deletions

18
git/.gitconfig Normal file
View File

@@ -0,0 +1,18 @@
[include]
path = ~/.gitconfig.local
[alias]
st = status
logg = log --graph --decorate --oneline --all
cm = commit
df = diff
dfs = diff --staged
[core]
editor = nvim
[pull]
rebase = true
[init]
templateDir = ~/.git-template