| 1 | [user] |
| 2 | name = Smirnov Oleksandr |
| 3 | email = ss2316544@gmail.com |
| 4 | signingkey = 300387B5D7EE0DB2 |
| 5 | |
| 6 | [github] |
| 7 | name = olexsmir |
| 8 | |
| 9 | [gpg] |
| 10 | program = gpg2 |
| 11 | |
| 12 | [core] |
| 13 | editor = nvim |
| 14 | |
| 15 | [init] |
| 16 | defaultBranch = "main" |
| 17 | |
| 18 | [alias] |
| 19 | a = add |
| 20 | l = log --oneline --decorate |
| 21 | ll = log --graph --oneline --decorate --all |
| 22 | s = status -sb |
| 23 | lg = log --stat |
| 24 | f = fetch |
| 25 | sw = switch |
| 26 | cm = commit |
| 27 | p = pull |
| 28 | re = restore |
| 29 | r = rebase |