mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
first commit
This commit is contained in:
commit
5af6e4018c
4 changed files with 105 additions and 0 deletions
19
gitconfig
Normal file
19
gitconfig
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[user]
|
||||
email = XXX@exemple.com
|
||||
name = NAME
|
||||
|
||||
[web]
|
||||
browser = firefox
|
||||
|
||||
[alias]
|
||||
a = add -all
|
||||
ai = add -i
|
||||
ap = apply
|
||||
as = apply --stat
|
||||
ac = apply -- check
|
||||
c = commit
|
||||
ca = commit -a
|
||||
cm = commit -m
|
||||
cl = clone
|
||||
[cola]
|
||||
spellcheck = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue