This commit is contained in:
Grigory Shipunov 2022-07-14 22:57:44 +02:00
parent cbcc20d616
commit 3713a644eb
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C
40 changed files with 625 additions and 1764 deletions

View file

@ -11,12 +11,21 @@
[credential]
helper = cache --timeout 28800
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
diffw = diff --word-diff=color
diffs = diff --stat
diffstat = diff --stat
diffw = diff --word-diff=color
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
br = branch
ci = commit
ciall = commit -a
ciam = commit --amend
co = checkout
dic = diff --cached
dif = diff
s = status
[pull]
ff = only
[init]
defaultBranch = main
defaultBranch = master
[safe]
directory = /etc/nixos