dotfiles/git/gitconfig

28 lines
692 B
Plaintext
Raw Normal View History

2013-01-19 17:18:29 +04:00
[user]
2020-09-12 09:57:24 +02:00
name = Gregory Eremin
email = root@localhost
2013-01-19 17:18:29 +04:00
[alias]
co = checkout
br = checkout -b
2013-04-19 22:11:41 +04:00
ci = commit
2014-08-08 18:08:55 +07:00
cp = cherry-pick
2017-03-10 11:43:07 +01:00
st = stash
sp = stash pop
2013-07-30 15:58:56 +07:00
undo = reset --soft HEAD^
2017-03-10 11:43:07 +01:00
reword = commit --amend -m
last = for-each-ref --sort=-committerdate --count=10 refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) %(color:green)(%(committerdate:relative))%(color:reset) - %(color:blue)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname)'
2013-01-19 17:18:29 +04:00
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
excludesfile = ~/.gitignore
2013-06-23 16:06:21 +07:00
editor = vim
2013-01-20 13:40:26 +04:00
[push]
2013-01-20 14:09:49 +04:00
default = current
2013-01-19 17:18:29 +04:00
[apply]
whitespace = nowarn
2017-10-05 13:20:00 +02:00
[gpg]
2020-09-12 09:57:24 +02:00
program = gpg2