## Initialized empty Git repository

Initialized empty Git repository

PS C:\Users\kkkkk\Desktop>
PS C:\Users\kkkkk\Desktop> Get-Location

Path
----
C:\Users\kkkkk\Desktop

PS C:\Users\kkkkk\Desktop> Set-Locatio 'C:\Projects\'
PS C:\Projects

Path
----
C:\Projects

C:\Projects> New-Item -Path '.\levell\' -ItemType Directory

Directory: C:\Projects  

Mode LastWriteTime Length Name
---- ------------- ------ ----
d---- 2024/02/08 10:01 levell

PS C:\Projects> Set-Locatio -Path './levell'
PS C:\Projects\levell> git init
Initialized empty Git repository in C:/Projects/levell/.git/
PS C:\Projects\levell>


PowerShell 実践ガイドブック

PowerShell 実践システム管理ガイド第3版

実用 Git 第3版