diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-03-21 20:15:34 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-03-21 20:15:34 +0100 |
commit | f20096022de6453ad6e054357ade2fbba97a2423 (patch) | |
tree | 09340522eac9453a45c508f7d22754f9823f89c5 /git | |
parent | 3bdd71d25d67e69bc4e510ac26e262a77f9578ff (diff) | |
download | dotfiles-f20096022de6453ad6e054357ade2fbba97a2423.tar.xz |
Maybe some other time…
Diffstat (limited to 'git')
-rw-r--r-- | git/config | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,12 +2,12 @@ name = Johannes Löthberg email = johannes@kyriasis.com signingkey = 3A9D0BB5 -[credential] - helper = /usr/share/git/credential/gnome-keyring/git-credential-gnome-keyring [color] ui = true [push] default = simple +[branch] + autosetuprebase = always [alias] co = checkout br = branch @@ -15,8 +15,6 @@ st = status unstage = reset HEAD -- last = log -1 HEAD -[branch] - autosetuprebase = always [github] user = kyrias [core] @@ -25,3 +23,5 @@ tool = vimdiff [sendemail] smtpserver = /usr/bin/msmtp +[credential] + helper = /usr/share/git/credential/gnome-keyring/git-credential-gnome-keyring |