all repos

dotfiles @ 04331d3e9479176b5ffdfdd8dfc197e052801a37

my dotfiles

gitconfig (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[user]
  name = Smirnov Alexander
  email = ss2316544@gmail.com

[github]
  name = Smirnov-O

[core]
  editor = nvim

[alias]
  ad = add -A
  cm = commit -m
  br = branch
  df = diff
  dh = diff HEAD
  l = log --oneline --decorate