1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

git メモ

Last updated at Posted at 2025-01-16
---------------------------------------------------------------------------------
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
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?