Initial commit.

This commit is contained in:
igor
2026-04-10 15:40:20 -07:00
commit 6dd004939f
39 changed files with 3168 additions and 0 deletions

7
.gitconfig Normal file
View File

@@ -0,0 +1,7 @@
[user]
name = igor
email = igor@kolokolnikov.net
[alias]
lg = log --oneline --decorate --graph --all --parents
[pull]
rebase = true