Add .config/git/config

This commit is contained in:
Lewis Wynne 2025-10-30 22:36:10 +00:00
parent ebaa6212bd
commit 6434b1db9d

View file

@ -0,0 +1,14 @@
[alias]
co = checkout
br = branch
ci = commit
st = status
[pull]
rebase = true
[init]
defaultBranch = master
[user]
email = lew@ily.rs
name = lew
[url "git@github.com:"]
insteadOf = https://github.com/