LoginSignup
0
0

More than 5 years have passed since last update.

インストールしたGitを使用する前に最初に1回だけする設定

Last updated at Posted at 2016-10-01

ユーザの設定, checkoutのエイリアスcoの設定

git config --global user.name "Your Name"
git config --global user.email your.email@example.com
git config --global alias.co checkout

特に3つ目は git checkoutgit coと省略できるようになるので便利です。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0