Skip to content

Instantly share code, notes, and snippets.

@masaru-b-cl
Created March 28, 2014 08:10
Show Gist options
  • Save masaru-b-cl/9827701 to your computer and use it in GitHub Desktop.
Save masaru-b-cl/9827701 to your computer and use it in GitHub Desktop.
GitBucket向けにgit config実行するアレ
#!/bin/sh
git config user.name gbname
git config user.email [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment