aboutsummaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2015-09-11 14:21:29 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2015-09-11 14:21:29 +0200
commit3bed9d79439022560df6d65f74b27e3235cd7bba (patch)
tree7e02166da9fee890b9be26e0a4ecf420a94155fb /gitconfig
parenta6965d17a0c3e381529da061e06a54c5a0e27e19 (diff)
downloaddotfiles-3bed9d79439022560df6d65f74b27e3235cd7bba.tar.gz
dotfiles-3bed9d79439022560df6d65f74b27e3235cd7bba.zip
git: small additions to the gitconfig
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig11
1 files changed, 7 insertions, 4 deletions
diff --git a/gitconfig b/gitconfig
index 8cc57d6..7564d0e 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,5 +1,5 @@
[user]
- name = Miquel Sabaté
+ name = Miquel Sabaté Solà
email = mikisabate@gmail.com
[core]
@@ -11,10 +11,13 @@
autocorrect = 1
[alias]
- a = commit -a
+ a = commit -a -s
down = pull --rebase --stat
vader = push --force
+[format]
+ signoff = true
+
[push]
default = matching
@@ -30,9 +33,9 @@
pushInsteadOf = mssola:
[url "git://github.com/"]
- insteadOf = github:
+ insteadOf = github:
[url "git@github.com"]
- pushInsteadOf = github:
+ pushInsteadOf = github:
[url "git://anongit.kde.org/"]
insteadOf = kde: