1
0
Fork 0
dotfiles/git/gitconfig

28 lines
692 B
Plaintext
Raw Permalink Normal View History

2013-01-19 13:18:29 +00:00
[user]
2020-09-12 07:57:24 +00:00
name = Gregory Eremin
email = root@localhost
2013-01-19 13:18:29 +00:00
[alias]
co = checkout
br = checkout -b
2013-04-19 18:11:41 +00:00
ci = commit
2014-08-08 11:08:55 +00:00
cp = cherry-pick
2017-03-10 10:43:07 +00:00
st = stash
sp = stash pop
2013-07-30 08:58:56 +00:00
undo = reset --soft HEAD^
2017-03-10 10:43:07 +00: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 13:18:29 +00:00
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
excludesfile = ~/.gitignore
2013-06-23 09:06:21 +00:00
editor = vim
2013-01-20 09:40:26 +00:00
[push]
2013-01-20 10:09:49 +00:00
default = current
2013-01-19 13:18:29 +00:00
[apply]
whitespace = nowarn
2017-10-05 11:20:00 +00:00
[gpg]
2020-09-12 07:57:24 +00:00
program = gpg2