0
0

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-10-23

git のバージョン確認方法
git --version

gitのバージョンのアップデート方法
image.png
git update-git-for-windows

gitのメインブランチ名の変更方法

image.png

git config --global init.defaultBranch main

もうすでにブランチが作成されている場合は、
git branch -m master main

参考記事
https://qiita.com/fk_chang/items/a4839a595fef9a2c3724

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?