---------------------------------------------------------------------------------
1 git 確認your user name ,emailエラーの対応方法
linux に下記コマンド実行 場所は作業の場所
git config --global user.name "Your Name"
git config --global user.email "your_email@example.com"
--------------------------------------------------------------------------------
2 vscode git commit 手順
ローカルのdevelopブランチを今のブランチにする (左下の場所ある)
developからfetch 変更ある場合、pull
自分のブランチを作成する
brache の発行
自分修正したソースを追加
下の+ クリック
★★★上に必ずメッセージ入力、
commit
変更の同期⇒ダウンロードしてローカルと同じファイルです
user_name 入力
git buget 確認
git bucket画面にプルリクエストをする(PR) 各自のルールでやります。
-----------------------------------------------------------
3 最新取得
ソース管理>右上3点>Fetch>ソースの同期>OK
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme