Skip to content

Instantly share code, notes, and snippets.

@stakagi
Created November 12, 2012 09:49
Git for Windowsの名前とメールアドレス設定
$ git config --global user.name "JenkinsCI"
$ git config --global user.email jenkins-ci@example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment