Created
March 28, 2014 08:10
-
-
Save masaru-b-cl/9827701 to your computer and use it in GitHub Desktop.
GitBucket向けにgit config実行するアレ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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