質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Git

Gitはオープンソースの分散バージョン管理システム(DVCS)です。

Q&A

解決済

2回答

853閲覧

Gitの初期設定について

kooo789

総合スコア16

Git

Gitはオープンソースの分散バージョン管理システム(DVCS)です。

0グッド

0クリップ

投稿2018/11/27 05:46

メールアドレスを打ち間違えて、enterを押してしまいました。

どうすれば訂正出来ますか?

4行目が間違いです。訂正の仕方が分からず、5行目に正しいメールアドレスを打ちました。

ググったんですが直し方が見つかりません。

教えてもらえますか?

morikawatomohikonoiMac:~ morikawatomohiko$ git version

git version 2.19.0

morikawatomohikonoiMac:~ morikawatomohiko$ git config --global user.name "webthree"

morikawatomohikonoiMac:~ morikawatomohiko$ git config --global user.email kooo789@ayahoo.co.jp

morikawatomohikonoiMac:~ morikawatomohiko$ git config --global user.email kooo789@yahoo.co.jp

morikawatomohikonoiMac:~ morikawatomohiko$

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

mather

2018/11/27 08:59

どんな単語でググってどのページを読んだのか書きましょう。すでに調べた内容と同じ回答をされてもしょうがないでしょうし。
guest

回答2

0

ベストアンサー

「git 設定ファイル」でぐぐるとでてきます

Mac Git 初期設定

投稿2018/11/27 05:51

y_waiwai

総合スコア87774

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

0

以下で何かお分かりになりますでしょうか?

$ git config -h usage: git config [<options>] Config file location --global use global config file --system use system config file --local use repository config file -f, --file <file> use given config file --blob <blob-id> read config from given blob object Action --get get value: name [value-regex] --get-all get all values: key [value-regex] --get-regexp get values for regexp: name-regex [value-regex] --get-urlmatch get value specific for the URL: section[.var] URL --replace-all replace all matching variables: name value [value_regex] --add add a new variable: name value --unset remove a variable: name [value-regex] --unset-all remove all matches: name [value-regex] --rename-section rename section: old-name new-name --remove-section remove a section: name -l, --list list all -e, --edit open an editor --get-color find the color configured: slot [default] --get-colorbool find the color setting: slot [stdout-is-tty] Type -t, --type <> value is given this type --bool value is "true" or "false" --int value is decimal number --bool-or-int value is --bool or --int --path value is a path (file or directory name) --expiry-date value is an expiry date Other -z, --null terminate values with NUL byte --name-only show variable names only --includes respect include directives on lookup --show-origin show origin of config (file, standard input, blob, command line) --default <value> with --get, use default value when missing entry

投稿2018/11/27 06:00

MAKOTO_MOBY

総合スコア193

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

kooo789

2018/11/27 06:40

これが回答ですか? これが何なのか全く分かりません
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問