─[$] cat ~/.gitconfig
[user]
    name = Shirish Agarwal
    email = xxxx@xxxx.xxx
[core]
    editor = leafpad
    excludesfiles = /home/shirish/.gitignore
    gitproxy = \"ssh\" for gitorious.org
[merge]
    tool = meld
[push]
    default = simple
[color]
    ui = true
    status = auto
    branch = auto
今、私はgithub、gitlab、gitoriousのgitクレデンシャルを配置したいので、毎回ブラウザでクレデンシャルを検索する必要はありません。自動化するにはどうすればいいですか?
私はzshを実行しています
credential.${remote}とについて少し詳しく説明してくださいcredential.helper。私がそれについて読んでいるのはこれが初めてなので、あなたが指摘できるドキュメントがありますか。