─[$] 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에 대한 자식 자격 증명을 넣고 싶습니다. 이 작업을 자동화하려면 어떻게해야합니까?
나는 zsh를 실행 중이다
credential.${remote}와credential.helper. 내가 처음으로 읽었을 때 지적 할 수있는 문서가 있습니까?