All my credentials are in .gitconfig -
─[$] cat .gitconfig
1 [user]
2 name = Shirish Agarwal
3 email = xxxxx@xxx.com
4 [core]
5 editor = leafpad
6 excludesfiles = /home/shirish/.gitignore
7 gitproxy = \"ssh\" for gitorious.org
8 [merge]
9 tool = meld
10 [push]
11 default = simple
12 [color]
13 ui = true
14 status = auto
15 branch = auto
Now I see this https://help.github.com/articles/caching-your-github-password-in-git/ . Is there any gain by shifting to git-credential-helper or is it something which benefits ONLY if you are on github.com ?