Created
April 16, 2014 12:52
-
-
Save hashimotor/10869580 to your computer and use it in GitHub Desktop.
作業準備
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/bash | |
# http://d.hatena.ne.jp/CortYuming/20120430/p1 | |
sudo yum -y install git | |
git config --global user.name admin | |
git config --global user.email [email protected] | |
git config --global color.diff auto | |
git config --global color.status auto | |
git config --global color.branch auto | |
git config --global core.excludesfile ~/.gitignore | |
git config --global core.shared true | |
git config -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment