Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

Windows 11 Git for Windows 2.54.0 のインストール

0
Posted at

はじめに

備忘録です。Git for Windows 2.54.0 をインストールします。

環境

ダウンロード

以下の URL にアクセスします。

Download をクリックして、ダウンロードします。

インストール

ダウンロードしたインストーラーを実行します。

次へ進みます。

次へ進みます。

必要に応じて選択し、次へ進みます。僕はデフォルトのままです。

次へ進みます。

エディター選択画面です。好みですが、僕は「Use Visual Studio Code as Git's default editor」を選択します。

新規リポジトリ作成時のブランチ名をどうするかの設定です。僕は「Override the default branch name for new repositories」を選択し、ブランチ名は「main」にしています。

推奨設定のまま、次へ進みます。

次へ進みます。

次へ進みます。

改行コードの自動変換設定です。意図しない変換を避けたいので、オフにしています。

次へ進みます。

次へ進みます。

次へ進みます。

次へ進みます。

少し待ちます。

インストールが完了したら Finish で終了します。

動作確認

以下のコマンドでバージョンを確認できます。

PowerShell
git -v
PowerShell
git --version

おわりに

Git はバージョン管理システムのデファクトスタンダードです。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?