XcodeでGitの初期設定を行う方法

2022年3月3日

操作方法
1.ターミナルを起動します。

2.以下のコマンドでユーザー名を設定します。
git config —-global user.name “arkuser”

3.以下のコマンドでメールアドレスを設定します。
git config —-global user.email “test@arkgame.com"

4.以下のコマンドで登録設定を確認します
git config –list

IOS

Posted by arkgame