LoginSignup
7
4

More than 5 years have passed since last update.

gitのユーザ登録忘れたらおいで

Last updated at Posted at 2018-04-05

git 登録などでググっても
ご丁寧にgithubを画像付きで教えてるうっとうしいのばかり出てきます。
なのでメモ

git ユーザ登録

$ git config --global user.name "Sample takeshi"
$ git config --global user.email sample@example.com

おまけ

あとコミットは、addをオプションの-aでやると作業が減るのでお勧めです。

$ git commit -am 'test commit'
7
4
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
7
4