Skip to content

Instantly share code, notes, and snippets.

@hashimotor
Created April 16, 2014 12:52
Show Gist options
  • Save hashimotor/10869580 to your computer and use it in GitHub Desktop.
Save hashimotor/10869580 to your computer and use it in GitHub Desktop.
作業準備
#!/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 admin@domain.com
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