Ⅰ. はじめに
タイトルの通り「gitコマンドでGitHubのユーザー名、パスワードの入力を省略する方法」です。
ただし、この記事の方法はWindowsのみで動作します。
macOSの場合はこちら
https://help.github.com/articles/caching-your-github-password-in-git/#platform-mac
Linuxの場合はこちら
https://help.github.com/articles/caching-your-github-password-in-git/#platform-linux
Ⅱ. やり方
1. 以下のコマンドを任意のディレクトリで実行する
git config --global credential.helper wincred
2. 適当なコマンドを実行し、認証する
git pull origin master