mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 08:55:38 +02:00
added initial config
This commit is contained in:
commit
634acad407
1 changed files with 16 additions and 0 deletions
16
.gitconfig
Normal file
16
.gitconfig
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
[user]
|
||||||
|
name = Paweł Płazieński
|
||||||
|
email = nivertius@gmail.com
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
|
[alias]
|
||||||
|
st = status
|
||||||
|
ap = add --patch
|
||||||
|
dx = diff --cached
|
||||||
|
di = diff
|
||||||
|
co = checkout
|
||||||
|
dit = difftool --dir-diff
|
||||||
|
[core]
|
||||||
|
editor = vim
|
||||||
|
[diff]
|
||||||
|
tool = meld
|
Loading…
Add table
Reference in a new issue